Skip to content

Commit b209f80

Browse files
committed
inno-setup: allow x64 compatible arch only
1 parent 5b7fbd6 commit b209f80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inno-setup.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ AppPublisher={#MyAppPublisher}
1919
AppPublisherURL={#MyAppURL}
2020
AppSupportURL={#MyAppURL}
2121
AppUpdatesURL={#MyAppURL}
22+
ArchitecturesAllowed=x64compatible
23+
ArchitecturesInstallIn64BitMode=x64compatible
2224
DefaultDirName={autopf}\{#MyAppName}
2325
DisableDirPage=yes
2426
DisableProgramGroupPage=yes

0 commit comments

Comments
 (0)