mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix URL with NSIS uninstaller
This commit is contained in:
parent
04b4d242ef
commit
96a428ffdb
@ -240,7 +240,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
|
||||
set (CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\resources\\\\nsis\\\\installer.bmp")
|
||||
set (CPACK_NSIS_COMPRESSOR "/SOLID lzma")
|
||||
set (CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\planetblupi.exe")
|
||||
set (CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\www.blupi.org")
|
||||
set (CPACK_NSIS_URL_INFO_ABOUT "http://www.blupi.org")
|
||||
set (CPACK_NSIS_MUI_FINISHPAGE_RUN "planetblupi")
|
||||
include (CPack)
|
||||
add_custom_command (TARGET planetblupi
|
||||
|
Loading…
x
Reference in New Issue
Block a user