Skip to content

Commit

Permalink
Merge pull request #116 from moechaieb/patch-2
Browse files Browse the repository at this point in the history
Allow InnoSetup installer to run on arm64 architectures
  • Loading branch information
sudara authored Sep 30, 2024
2 parents b1c29ed + 4b8b18a commit 2bce2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Name: "standalone"; Description: "Standalone application"; Types: full custom
Name: "vst3"; Description: "VST3 plugin"; Types: full custom

[Setup]
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64compatible
ArchitecturesAllowed=x64compatible
AppName={#ProductName}
OutputBaseFilename={#ProductName}-{#Version}-Windows
AppCopyright=Copyright (C) {#Year} {#Publisher}
Expand Down

0 comments on commit 2bce2c7

Please sign in to comment.