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

Do not provide the PATH changes with NSIS

This commit is contained in:
Mathieu Schroeter 2017-07-28 18:05:24 +02:00
parent 164c6d0ab9
commit 6f3749eeca

View File

@ -187,7 +187,6 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
set (CPACK_PACKAGE_EXECUTABLES "planetblupi;Planet Blupi")
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")
set (CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\www.blupi.org")
set (CPACK_NSIS_MUI_FINISHPAGE_RUN "planetblupi")