mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 15:33:14 +02:00
use backslashes in add remove icon path
This commit is contained in:
parent
95acd2cfc3
commit
0533438b8f
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ macro(GENERATE_INSTALLERS)
|
|||
|
||||
# install the uninstaller icon and reference it for Add/Remove icon
|
||||
set(ADD_REMOVE_ICON_NAME "add-remove.ico")
|
||||
set(ADD_REMOVE_ICON_PATH "${HF_CMAKE_DIR}/installer/${ADD_REMOVE_ICON_NAME}")
|
||||
set(ADD_REMOVE_ICON_BAD_PATH "${HF_CMAKE_DIR}/installer/${ADD_REMOVE_ICON_NAME}")
|
||||
fix_path_for_nsis(${ADD_REMOVE_ICON_BAD_PATH} ADD_REMOVE_ICON_PATH)
|
||||
set(CPACK_NSIS_INSTALLED_ICON_NAME ${ADD_REMOVE_ICON_NAME})
|
||||
|
||||
# use macro to put backslashes in header image path since nsis requires them
|
||||
|
|
Loading…
Reference in a new issue