Browse Source

Merge pull request #961 from sabrogden/arm-64

Installer support running on 64bit and arm64
sabrogden 4 weeks ago
parent
commit
120f055e7e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DittoSetup/DittoSetup_10.iss

+ 2 - 2
DittoSetup/DittoSetup_10.iss

@@ -39,8 +39,8 @@ AppCopyright={#MyAppPublisher} {#MyAppCopyrighEndYear}
 
 OutputBaseFilename=DittoSetup_{#MyAppVersion}
 #ifdef bit64
-  ArchitecturesInstallIn64BitMode=x64
-  ArchitecturesAllowed=x64
+  ArchitecturesInstallIn64BitMode=x64compatible
+  ArchitecturesAllowed=x64compatible
 #endif
 DefaultDirName={pf}\{#MyAppName}
 DefaultGroupName={#MyAppName}