Skip to content

Commit 77fcfe2

Browse files
authored
Merge pull request #6243 from tommy9/arm64-installs
Enable arm64 in Inno Setup
2 parents e140068 + fc7eea8 commit 77fcfe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Deployment/InnoSetup/Rubberduck.Installer.Build.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ OutputBaseFilename=Rubberduck.Setup
6262
Compression=lzma
6363
SolidCompression=yes
6464

65-
ArchitecturesAllowed=x86 x64
66-
ArchitecturesInstallIn64BitMode=x64
65+
ArchitecturesAllowed=x86 x64 arm64
66+
ArchitecturesInstallIn64BitMode=x64 arm64
6767

6868
SetupLogging=yes
6969
PrivilegesRequired=lowest

0 commit comments

Comments
 (0)