mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 10:51:37 +08:00
flash: Fix protected mode issues and invalid registry entires
This commit is contained in:
@@ -21,7 +21,8 @@ namespace CleanFlashCommon {
|
||||
{ "${FLASH_64_PATH}", flash64Path.Replace(@"\", @"\\") },
|
||||
{ "${VERSION}", version },
|
||||
{ "${VERSION_PATH}", versionPath },
|
||||
{ "${VERSION_COMMA}", versionComma }
|
||||
{ "${VERSION_COMMA}", versionComma },
|
||||
{ "${ARCH}", Environment.Is64BitOperatingSystem ? "64" : "32" }
|
||||
};
|
||||
|
||||
public static string GetSystem32Path() {
|
||||
|
||||
Reference in New Issue
Block a user