Skip to content

Commit 2bce2c7

Browse files
authored
Merge pull request #116 from moechaieb/patch-2
Allow InnoSetup installer to run on arm64 architectures
2 parents b1c29ed + 4b8b18a commit 2bce2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Name: "standalone"; Description: "Standalone application"; Types: full custom
1515
Name: "vst3"; Description: "VST3 plugin"; Types: full custom
1616

1717
[Setup]
18-
ArchitecturesInstallIn64BitMode=x64
19-
ArchitecturesAllowed=x64
18+
ArchitecturesInstallIn64BitMode=x64compatible
19+
ArchitecturesAllowed=x64compatible
2020
AppName={#ProductName}
2121
OutputBaseFilename={#ProductName}-{#Version}-Windows
2222
AppCopyright=Copyright (C) {#Year} {#Publisher}

0 commit comments

Comments
 (0)