We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e140068 commit fc7eea8Copy full SHA for fc7eea8
Rubberduck.Deployment/InnoSetup/Rubberduck.Installer.Build.iss
@@ -62,8 +62,8 @@ OutputBaseFilename=Rubberduck.Setup
62
Compression=lzma
63
SolidCompression=yes
64
65
-ArchitecturesAllowed=x86 x64
66
-ArchitecturesInstallIn64BitMode=x64
+ArchitecturesAllowed=x86 x64 arm64
+ArchitecturesInstallIn64BitMode=x64 arm64
67
68
SetupLogging=yes
69
PrivilegesRequired=lowest
0 commit comments