Skip to content

Commit

Permalink
Merge pull request #317 from DHancock/dev
Browse files Browse the repository at this point in the history
Allow x86 installer to install anywhere
  • Loading branch information
DHancock authored Apr 4, 2024
2 parents 8d0c22e + 7d1b574 commit 99137c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SudokuSolver/Installer/inno_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ DisableReadyPage=yes
MinVersion=10.0.17763
AppPublisher=David
AppUpdatesURL=https://github.com/DHancock/SudokuSolver/releases
ArchitecturesInstallIn64BitMode=x64 arm64
ArchitecturesAllowed={#platform}

#if platform == "x64" || platform == "arm64"
ArchitecturesAllowed={#platform}
#endif

[Files]
#if platform == "x64"
Expand Down

0 comments on commit 99137c6

Please sign in to comment.