Skip to content

Commit

Permalink
Added ARM64 platform support to installer
Browse files Browse the repository at this point in the history
Fixes #400
  • Loading branch information
Klocman committed Aug 15, 2022
1 parent b6f72dd commit 4494080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/BcuSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ LZMANumBlockThreads=8

PrivilegesRequired=admin
;x86 x64 ia64
ArchitecturesAllowed=x86 x64
ArchitecturesInstallIn64BitMode=x64 ia64
ArchitecturesAllowed=x86 x64 arm64
ArchitecturesInstallIn64BitMode=x64 ia64 arm64

VersionInfoCompany={#MyAppPublisher}
;VersionInfoDescription=desc
Expand Down

0 comments on commit 4494080

Please sign in to comment.