Skip to content

Commit 24d9db7

Browse files
committed
Windows: Fix default folder for installation for single user mode
Fixes #3358
1 parent d5283c7 commit 24d9db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/copyq.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ UninstallDisplayIcon={app}\copyq.exe
3333
WizardStyle=Modern
3434
UsePreviousLanguage=no
3535

36-
DefaultDirName={pf}\{#MyAppName}
36+
DefaultDirName={autopf}\{#MyAppName}
3737
DefaultGroupName={#MyAppName}
3838

3939
ArchitecturesAllowed=x64

0 commit comments

Comments
 (0)