mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Do not check for appdata.xml
This commit is contained in:
parent
0a838512e8
commit
69da47f0ad
@ -134,16 +134,16 @@ macro (APPIMAGE_PACKAGE TARGET APPIMAGE_TITLE APPIMAGE_DISPLAYNAME CONFIGDIR DAT
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (SIGN_APP)
|
if (SIGN_APP)
|
||||||
set (APPIMGKITARGS "-s")
|
set (APPIMGKITARGS -s -n)
|
||||||
else ()
|
else ()
|
||||||
set (APPIMGKITARGS "")
|
set (APPIMGKITARGS -n)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Do the actual packaging step with AppImageKit
|
# Do the actual packaging step with AppImageKit
|
||||||
add_custom_command (
|
add_custom_command (
|
||||||
TARGET ${TARGET}
|
TARGET ${TARGET}
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND "${APPIMAGE_ASSISTANT_PROGRAM}" "${APPIMGKITARGS}" "${APPIMAGE_INTERMEDIATE_DIR}" "${APPIMAGE_FINAL_NAME}"
|
COMMAND "${APPIMAGE_ASSISTANT_PROGRAM}" ${APPIMGKITARGS} "${APPIMAGE_INTERMEDIATE_DIR}" "${APPIMAGE_FINAL_NAME}"
|
||||||
)
|
)
|
||||||
|
|
||||||
install (
|
install (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user