mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-18 12:23:25 +08:00
v2.3
This commit is contained in:
BIN
res/Updater.exe
BIN
res/Updater.exe
Binary file not shown.
@@ -20,8 +20,8 @@ public static class GlobalVars {
|
|||||||
public static readonly string CachePath = Path.Combine(DataPath, "cache");
|
public static readonly string CachePath = Path.Combine(DataPath, "cache");
|
||||||
public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll");
|
public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll");
|
||||||
|
|
||||||
public const uint AppVersionCode = 31;
|
public const uint AppVersionCode = 32;
|
||||||
public const string AppVersionName = "2.2.1";
|
public const string AppVersionName = "2.3";
|
||||||
|
|
||||||
public const string PipeName = "YaeAchievementPipe";
|
public const string PipeName = "YaeAchievementPipe";
|
||||||
public const string BucketHost = "https://cn-cd-1259389942.file.myqcloud.com";
|
public const string BucketHost = "https://cn-cd-1259389942.file.myqcloud.com";
|
||||||
|
|||||||
@@ -204,8 +204,8 @@ public static class Utils {
|
|||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
return File.Exists(path) && File.ReadAllBytes(path).MD5Hash()
|
return File.Exists(path) && File.ReadAllBytes(path).MD5Hash()
|
||||||
is "b162c802d986d8b76e12a68d204d79a3"
|
is "0a5477fd6f8011a66c59f66cdfb48a49"
|
||||||
or "dd07216f0c5aae8dfd388dbb61dd16a7";
|
or "6f9edf761606561c36898a3a2d21dc20";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user