aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-10-23 16:40:21 -0400
committerGravatar Matt Ullman2015-10-23 16:41:15 -0400
commitbb502f4b4ea5a0d187a4fc79cd84d7e7122e7037 (patch)
tree1c136df80be87a92858363fe5af651b66ce3e502 /cmake
parentMerge pull request #1681 from ctrlaltca/fix_osx_package (diff)
downloadKVIrc-bb502f4b4ea5a0d187a4fc79cd84d7e7122e7037.tar.gz
KVIrc-bb502f4b4ea5a0d187a4fc79cd84d7e7122e7037.tar.bz2
KVIrc-bb502f4b4ea5a0d187a4fc79cd84d7e7122e7037.zip
installer: Fix win32 uninstall registry icon
for real this time
Diffstat (limited to 'cmake')
-rw-r--r--cmake/KVIrc.nsi.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/KVIrc.nsi.cmake b/cmake/KVIrc.nsi.cmake
index 4232d1c43..a2a114855 100644
--- a/cmake/KVIrc.nsi.cmake
+++ b/cmake/KVIrc.nsi.cmake
@@ -97,7 +97,7 @@ Section !$(KVIrc) KVIrc_IDX
; Write the uninstall keys for Windows
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\KVIrc" "DisplayName" "KVIrc"
- WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\KVIrc" "DisplayIcon" "${MUI_ICON}"
+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\KVIrc" "DisplayIcon" "$INSTDIR\@KVIRC_BINARYNAME@.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\KVIrc" "DisplayVersion" "${VERSION}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\KVIrc" "UninstallString" "$\"$INSTDIR\uninstall.exe$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\KVIrc" "URLInfoAbout" "${URL_ABOUT}"