PO-2572 - modify ghost-trap.iss - don't block installation on Windows arm64

ArchitecturesAllowed=x64
becomes
ArchitecturesAllowed=x64compatible
This commit is contained in:
Jason Clarke 2024-08-09 11:14:31 +10:00
parent 045ccde919
commit 6a376c3002

View File

@ -30,7 +30,7 @@ AppPublisherURL=https://github.com/PaperCutSoftware/GhostTrap
AppSupportURL=https://github.com/PaperCutSoftware/GhostTrap/issues
AppUpdatesURL=https://github.com/PaperCutSoftware/GhostTrap
DefaultDirName={commonpf}\{#app_name_no_space}
ArchitecturesAllowed=x64
ArchitecturesAllowed=x64compatible
ArchitecturesInstallIn64BitMode=x64
LicenseFile=..\..\LICENSE.rtf