Skip to content

Commit

Permalink
Windows: Fix installing in 64bit path
Browse files Browse the repository at this point in the history
The default install location for the 64bit app should be
"C:\Program Files".

Fixes #1792
  • Loading branch information
hluk committed Mar 10, 2024
1 parent 8a7ce2f commit 40de14a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/copyq.iss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ UsePreviousLanguage=no

DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}

ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64

AllowNoIcons=yes
LicenseFile={#Source}\LICENSE
OutputDir={#Output}
Expand Down

0 comments on commit 40de14a

Please sign in to comment.