Преглед изворни кода

Merge pull request #961 from sabrogden/arm-64

Installer support running on 64bit and arm64
sabrogden пре 1 месец
родитељ
комит
120f055e7e
1 измењених фајлова са 2 додато и 2 уклоњено
  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}