flash: Fix protected mode issues and invalid registry entires

This commit is contained in:
Daniel
2021-06-21 04:01:03 +03:00
parent 606d5c1e47
commit 8bb46337e1
6 changed files with 18 additions and 16 deletions
+2 -1
View File
@@ -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() {