This commit is contained in:
HolographicHat
2022-11-02 09:31:18 +08:00
parent 9e0d18910b
commit 349e15fe25
3 changed files with 4 additions and 4 deletions

View File

@@ -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
}