Skip to content

Commit

Permalink
Merge pull request #4026
Browse files Browse the repository at this point in the history
0f43fbe installer: allow to install on arm64 (selsta)
  • Loading branch information
luigi1111 committed Sep 15, 2022
2 parents 210f3e3 + 0f43fbe commit 6c3b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/windows/Monero.iss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DefaultGroupName=Monero GUI Wallet
UninstallDisplayIcon={app}\monero-wallet-gui.exe
PrivilegesRequired=admin
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
ArchitecturesAllowed=x64 arm64
WizardSmallImageFile=WizardSmallImage.bmp
WizardImageFile=WelcomeImage.bmp
DisableWelcomePage=no
Expand Down

0 comments on commit 6c3b1c5

Please sign in to comment.