Skip to content

Commit

Permalink
Update installer.in.iss to support ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Gert-L authored Nov 6, 2024
1 parent e75cc72 commit bc892bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.in.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WizardStyle=modern

DefaultDirName={autopf}\FlexASIO
AppendDefaultDirName=no
ArchitecturesInstallIn64BitMode=x64
ArchitecturesInstallIn64BitMode=x64compatible

[Files]
Source:"install\x64-Release\bin\FlexASIO.dll"; DestDir: "{app}\x64"; Flags: ignoreversion regserver 64bit; Check: Is64BitInstallMode
Expand Down

0 comments on commit bc892bb

Please sign in to comment.