mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 19:01:39 +08:00
version: Update to 34.0.0.184, merge Debug and Release versions into one installer, use aggressive compression, install Legacy ActiveX on old systems
This commit is contained in:
@@ -83,6 +83,12 @@ namespace CleanFlashCommon {
|
||||
return versionPath;
|
||||
}
|
||||
|
||||
public static bool IsLegacyWindows() {
|
||||
System.Version version = Environment.OSVersion.Version;
|
||||
|
||||
return version.Major <= 6 && (version.Major != 6 || version.Minor < 2);
|
||||
}
|
||||
|
||||
public static Dictionary<string, string> GetReplacementStrings() {
|
||||
return replacementStrings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user