Fix appimage packaging.

This commit is contained in:
Malkierian
2026-01-17 17:11:55 -07:00
parent 70ca8dbc31
commit b7cc27a69a
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -189,8 +189,6 @@ jobs:
name: Ghostship-linux
path: |
ghostship.appimage
config.yml
assets
gamecontrollerdb.txt
build-switch:
+2
View File
@@ -649,6 +649,8 @@ add_custom_target(
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
install(FILES "${CMAKE_BINARY_DIR}/ghostship.o2r" DESTINATION . COMPONENT ${PROJECT_NAME})
install(DIRECTORY "${CMAKE_SOURCE_DIR}/assets/" DESTINATION ./assets COMPONENT ${PROJECT_NAME})
install(FILES "${CMAKE_BINARY_DIR}/config.yml" DESTINATION . COMPONENT ${PROJECT_NAME})
endif()
if(CMAKE_SYSTEM_NAME MATCHES "Darwin")