1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix location

This commit is contained in:
Mathieu Schroeter 2017-07-28 17:59:57 +02:00
parent 14b59a7064
commit 777827c736

View File

@ -184,7 +184,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
set (CPACK_PACKAGE_VERSION_PATCH ${PB_VERSION_PATCH})
set (CPACK_PACKAGE_INSTALL_DIRECTORY "Planet Blupi")
set (CPACK_PACKAGE_EXECUTABLES "planetblupi;Planet Blupi")
set (CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\resources\\nsis\\installer.bmp")
set (CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\resources\\nsis\\installer.bmp")
set (CPACK_NSIS_COMPRESSOR "/SOLID lzma")
set (CPACK_NSIS_MODIFY_PATH ON)
set (CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\planetblupi.exe")