add an icon for item in add/remove

This commit is contained in:
Stephen Birarda 2016-01-14 14:26:29 -08:00
parent 9ce0f6a0b1
commit fc65053eb5
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -24,6 +24,7 @@ macro(GENERATE_INSTALLERS)
set(CPACK_NSIS_PACKAGE_NAME ${_DISPLAY_NAME})
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${_DISPLAY_NAME})
set(CPACK_NSIS_MUI_ICON "${HF_CMAKE_DIR}/installer/installer.ico")
set(CPACK_NSIS_INSTALLED_ICON_NAME "${HF_CMAKE_DIR}/installer/uninstaller.ico")
if (WIN32)
# use macro to put backslashes in header image path since nsis requires them