mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Implement additional checksum verification for ASF builds (#2453)
* #2452 * Fix netf * Apply feedback * Misc * Misc * Apply feedback
This commit is contained in:
committed by
GitHub
parent
b7aee818b4
commit
99569ee3fe
24
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
24
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -1178,5 +1178,29 @@ namespace ArchiSteamFarm.Localization {
|
||||
return ResourceManager.GetString("WarningRunningInUnsupportedEnvironment", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string VerifyingChecksumWithRemoteServer {
|
||||
get {
|
||||
return ResourceManager.GetString("VerifyingChecksumWithRemoteServer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ChecksumMissing {
|
||||
get {
|
||||
return ResourceManager.GetString("ChecksumMissing", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ChecksumWrong {
|
||||
get {
|
||||
return ResourceManager.GetString("ChecksumWrong", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string PatchingFiles {
|
||||
get {
|
||||
return ResourceManager.GetString("PatchingFiles", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user