Updated some linux ci stuff

This commit is contained in:
KiritoDv
2026-01-17 15:16:51 -06:00
parent 641e7c8a16
commit 2a30474c51
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY 0)
set(CPACK_COMPONENTS_ALL "")
set(CPACK_COMPONENTS_ALL "Ghostship")
if (CPACK_GENERATOR STREQUAL "External")
list(APPEND CPACK_COMPONENTS_ALL "extractor" "appimage")
@@ -24,6 +24,6 @@ if (CPACK_GENERATOR MATCHES "Bundle")
set(CPACK_BUNDLE_NAME "Ghostship")
set(CPACK_BUNDLE_PLIST "Info.plist")
set(CPACK_BUNDLE_ICON "macosx/Ghostship.icns")
# set(CPACK_BUNDLE_STARTUP_COMMAND "macosx/-macos.sh")
# set(CPACK_BUNDLE_STARTUP_COMMAND "macosx/Ghostship-macos.sh")
set(CPACK_BUNDLE_APPLE_CERT_APP "-")
endif()
+1 -1
View File
@@ -60,7 +60,7 @@ if (NOT LINUXDEPLOY_EXECUTABLE)
message(STATUS "Downloading linuxdeploy")
set(LINUXDEPLOY_EXECUTABLE ${CPACK_PACKAGE_DIRECTORY}/linuxdeploy/linuxdeploy)
file(DOWNLOAD
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage
${LINUXDEPLOY_EXECUTABLE}
INACTIVITY_TIMEOUT 10
LOG ${CPACK_PACKAGE_DIRECTORY}/linuxdeploy/download.log