From c503ea750e2c59cee88926bfed1a0e32f261c840 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 3 Jul 2024 17:01:56 -0700 Subject: [PATCH] fix Windows/arm64 insraller on older emulators --- packaging/windows/shotcut.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/windows/shotcut.iss b/packaging/windows/shotcut.iss index ca2dbeb219..2f6854581f 100644 --- a/packaging/windows/shotcut.iss +++ b/packaging/windows/shotcut.iss @@ -32,11 +32,11 @@ ChangesAssociations=yes PrivilegesRequiredOverridesAllowed=commandline dialog ; "ArchitecturesAllowed=x64" specifies that Setup cannot run on ; anything but x64. -ArchitecturesAllowed=x64 +ArchitecturesAllowed=x64compatible ; "ArchitecturesInstallIn64BitMode=x64" requests that the install be ; done in "64-bit mode" on x64, meaning it should use the native ; 64-bit Program Files directory and the 64-bit view of the registry. -ArchitecturesInstallIn64BitMode=x64 +ArchitecturesInstallIn64BitMode=x64compatible AppMutex="Meltytech Shotcut Running Mutex" OutputBaseFilename=shotcut-setup UninstallDisplayName=Shotcut