浏览代码

Installer support running on 64bit and arm64

Scott Brogden 4 周之前
父节点
当前提交
cdb569f3d3
共有 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}