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:
parent
6f3749eeca
commit
c12424a8b3
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user