Skip to content

Commit 1f5c9f6

Browse files
committed
Windows: Fix uninstaller icon
Fixes #2864
1 parent f37d361 commit 1f5c9f6

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
@@ -28,7 +28,7 @@ VersionInfoProductName={#MyAppName} {#AppVersion}
2828
VersionInfoVersion={#AppVersion}
2929

3030
UninstallDisplayName={#MyAppName} {#AppVersion}
31-
UninstallDisplayIcon={#Root}\copyq.exe
31+
UninstallDisplayIcon={app}\copyq.exe
3232

3333
WizardStyle=Modern
3434
UsePreviousLanguage=no

0 commit comments

Comments
 (0)