From 2a30474c5170b81a434b377c51c0fb17cce7647c Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sat, 17 Jan 2026 15:16:51 -0600 Subject: [PATCH] Updated some linux ci stuff --- cmake/configure-packaging.cmake | 4 ++-- cmake/packaging.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/configure-packaging.cmake b/cmake/configure-packaging.cmake index 8ce66c2f..3510fd71 100644 --- a/cmake/configure-packaging.cmake +++ b/cmake/configure-packaging.cmake @@ -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() \ No newline at end of file diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake index edf24393..bccf5b86 100644 --- a/cmake/packaging.cmake +++ b/cmake/packaging.cmake @@ -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