mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Generate AppImage only with release builds
This commit is contained in:
parent
29fe4d83c6
commit
12e39d75e4
@ -148,7 +148,7 @@ install (FILES resources/icon/planetblupi.png DESTINATION share/planetblupi)
|
||||
## Deploy
|
||||
#########
|
||||
|
||||
if (USE_APPIMAGE)
|
||||
if (USE_APPIMAGE AND ${CMAKE_BUILD_TYPE} STREQUAL "Release")
|
||||
include (LinuxAppImageBuild)
|
||||
set (CMAKE_PACKAGED_OUTPUT_PREFIX ${CMAKE_INSTALL_PREFIX})
|
||||
APPIMAGE_PACKAGE (planetblupi "planetblupi" "${CMAKE_CURRENT_SOURCE_DIR}/resources/linux" "share" "" "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user