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

Add file stripping when package with CPACK

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

View File

@ -176,6 +176,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
APPIMAGE_PACKAGE (planetblupi "planetblupi" "${CMAKE_CURRENT_SOURCE_DIR}/resources/linux" "${CMAKE_BINARY_DIR}/share" "" "")
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
set (CPACK_GENERATOR NSIS64)
set (CPACK_STRIP_FILES TRUE)
set (CPACK_PACKAGE_NAME "planetblupi")
set (CPACK_PACKAGE_VENDOR "blupi.org")
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Planet Blupi - A delerious spell-binding game")