mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove useless zip generator
This commit is contained in:
parent
a14ac21f8e
commit
0426525081
@ -195,7 +195,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
|
||||
set (CMAKE_PACKAGED_OUTPUT_PREFIX ${CMAKE_INSTALL_PREFIX})
|
||||
APPIMAGE_PACKAGE (planetblupi "planetblupi" "Planet Blupi" "${CMAKE_CURRENT_SOURCE_DIR}/resources/linux" "${CMAKE_BINARY_DIR}/share" "" "" "blupi")
|
||||
elseif (MINGW)
|
||||
set (CPACK_GENERATOR "NSIS64;ZIP")
|
||||
set (CPACK_GENERATOR "NSIS64")
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user