From 40de14af6f2f88289f86a475ff834a4d6b103150 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Sat, 30 Oct 2021 07:32:11 +0200 Subject: [PATCH] Windows: Fix installing in 64bit path The default install location for the 64bit app should be "C:\Program Files". Fixes #1792 --- shared/copyq.iss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/copyq.iss b/shared/copyq.iss index 4f5374695a..c814b17fc9 100644 --- a/shared/copyq.iss +++ b/shared/copyq.iss @@ -35,6 +35,10 @@ UsePreviousLanguage=no DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} + +ArchitecturesAllowed=x64 +ArchitecturesInstallIn64BitMode=x64 + AllowNoIcons=yes LicenseFile={#Source}\LICENSE OutputDir={#Output}