Skip to content

Commit 5c84ede

Browse files
authored
Allow the installer to run on Arm64-based Windows 11 via emulation (#2608)
https://jrsoftware.org/ishelp/index.php?topic=archidentifiers
1 parent dbe159a commit 5c84ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImperatorToCK3.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Compression=lzma
3333
SolidCompression=yes
3434
WizardStyle=modern
3535

36-
ArchitecturesInstallIn64BitMode=x64
36+
ArchitecturesInstallIn64BitMode=x64compatible
3737

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

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

0 commit comments

Comments
 (0)