mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 01:32:41 +02:00
add an icon for item in add/remove
This commit is contained in:
parent
9ce0f6a0b1
commit
fc65053eb5
2 changed files with 1 additions and 0 deletions
BIN
cmake/installer/uninstaller.ico
Normal file
BIN
cmake/installer/uninstaller.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue