mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
installer: allow to install on arm64
This commit is contained in:
parent
bbe4fe3763
commit
0f43fbe6d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue