diff --git a/res/Updater.exe b/res/Updater.exe index ea97c8a..eaf4d33 100644 Binary files a/res/Updater.exe and b/res/Updater.exe differ diff --git a/src/GlobalVars.cs b/src/GlobalVars.cs index 910d8e4..d0580b5 100644 --- a/src/GlobalVars.cs +++ b/src/GlobalVars.cs @@ -20,8 +20,8 @@ public static class GlobalVars { public static readonly string CachePath = Path.Combine(DataPath, "cache"); public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll"); - public const uint AppVersionCode = 31; - public const string AppVersionName = "2.2.1"; + public const uint AppVersionCode = 32; + public const string AppVersionName = "2.3"; public const string PipeName = "YaeAchievementPipe"; public const string BucketHost = "https://cn-cd-1259389942.file.myqcloud.com"; diff --git a/src/Utils.cs b/src/Utils.cs index f11c0e5..2b5f8c7 100644 --- a/src/Utils.cs +++ b/src/Utils.cs @@ -204,8 +204,8 @@ public static class Utils { return true; #else return File.Exists(path) && File.ReadAllBytes(path).MD5Hash() - is "b162c802d986d8b76e12a68d204d79a3" - or "dd07216f0c5aae8dfd388dbb61dd16a7"; + is "0a5477fd6f8011a66c59f66cdfb48a49" + or "6f9edf761606561c36898a3a2d21dc20"; #endif }