We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c29ed + 4b8b18a commit 2bce2c7Copy full SHA for 2bce2c7
packaging/installer.iss
@@ -15,8 +15,8 @@ Name: "standalone"; Description: "Standalone application"; Types: full custom
15
Name: "vst3"; Description: "VST3 plugin"; Types: full custom
16
17
[Setup]
18
-ArchitecturesInstallIn64BitMode=x64
19
-ArchitecturesAllowed=x64
+ArchitecturesInstallIn64BitMode=x64compatible
+ArchitecturesAllowed=x64compatible
20
AppName={#ProductName}
21
OutputBaseFilename={#ProductName}-{#Version}-Windows
22
AppCopyright=Copyright (C) {#Year} {#Publisher}
0 commit comments