Skip to content

Commit

Permalink
Allow InnoSetup installer to run on arm64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
moechaieb authored Sep 26, 2024
1 parent b1c29ed commit 4b8b18a
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 4b8b18a

Please sign in to comment.