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

Add ZIP generator on Windows

This commit is contained in:
Mathieu Schroeter 2017-07-28 18:11:29 +02:00
parent c12424a8b3
commit 234865b188

View File

@ -175,7 +175,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
set (CMAKE_PACKAGED_OUTPUT_PREFIX ${CMAKE_INSTALL_PREFIX})
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_GENERATOR "NSIS64;ZIP")
set (CPACK_STRIP_FILES TRUE)
set (CPACK_PACKAGE_NAME "planetblupi")
set (CPACK_PACKAGE_VENDOR "blupi.org")