From 9f3eb7739d02e55a375644673d0f68cdf7c31230 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 8 Apr 2014 13:15:07 +0000 Subject: [PATCH] Fix incorrect icon being used in Windows "Programs & Features". git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3996 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeCPackOptions.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index 2de838b17..f30e6cd9c 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -35,7 +35,7 @@ if (CPACK_GENERATOR MATCHES "NSIS") "@PROJECT_HOMEPAGE@" "WSJT-X Web Site" ) # Use the icon from wsjtx for add-remove programs - set (CPACK_NSIS_INSTALLED_ICON_NAME "@PROJECT_BINARY_DIR@\\wsjtx.exe") + set (CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\wsjtx.exe") set (CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_DESCRIPTION_SUMMARY}") set (CPACK_NSIS_HELP_LINK "@PROJECT_MANUAL@")