add an icon for nsis installer

This commit is contained in:
Stephen Birarda 2016-01-14 12:38:57 -08:00
parent c0c627a226
commit 99ad79d833
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -23,6 +23,7 @@ macro(GENERATE_INSTALLERS)
set(CPACK_NSIS_DISPLAY_NAME ${_DISPLAY_NAME})
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_RESOURCE_FILE_LICENSE "${HF_CMAKE_DIR}/installer/InstallerLicense.txt")