Skip to content

Commit

Permalink
Windows: prevent the installer from running on 32-bit Windows (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Sep 14, 2024
1 parent 04a8822 commit 5d1d316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ImperatorToCK3.iss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ WizardStyle=modern

ArchitecturesInstallIn64BitMode=x64

; keep the next line if you want to prevent Setup from running on 32-bit Windows
ArchitecturesAllowed=x64

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

Expand Down

0 comments on commit 5d1d316

Please sign in to comment.