1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Mathieu Schroeter
b2e3def393
USMR 2024-11-17 23:09:34 +01:00
Mathieu Schroeter
4e3ffee0c6
Restore AppRun 2024-11-15 23:13:02 +01:00
Mathieu Schroeter
c715fc35f3
Adapt build to the latest appimagetool 2024-11-15 22:04:29 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -810,7 +810,7 @@ if (BUILD_LINUX AND NOT DISABLE_APPIMAGE)
set (APPIMAGE_APPRUN_PROGRAM "${CMAKE_CURRENT_SOURCE_DIR}/externals/${APPIMAGE_APPRUN_BIN}") set (APPIMAGE_APPRUN_PROGRAM "${CMAKE_CURRENT_SOURCE_DIR}/externals/${APPIMAGE_APPRUN_BIN}")
set (APPIMAGE_TOOL_BIN "appimagetool-x86_64.AppImage") set (APPIMAGE_TOOL_BIN "appimagetool-x86_64.AppImage")
set (APPIMAGE_TOOL_URL "https://github.com/probonopd/AppImageKit/releases/download/continuous/${APPIMAGE_TOOL_BIN}") set (APPIMAGE_TOOL_URL "https://github.com/AppImage/appimagetool/releases/download/continuous/${APPIMAGE_TOOL_BIN}")
set (APPIMAGE_TOOL_PROGRAM "${CMAKE_CURRENT_SOURCE_DIR}/externals/${APPIMAGE_TOOL_BIN}") set (APPIMAGE_TOOL_PROGRAM "${CMAKE_CURRENT_SOURCE_DIR}/externals/${APPIMAGE_TOOL_BIN}")
if (NOT EXISTS "${APPIMAGE_APPRUN_PROGRAM}") if (NOT EXISTS "${APPIMAGE_APPRUN_PROGRAM}")

@ -1 +1 @@
Subproject commit fa0bfae7550267d689f123b09f561831102d318d Subproject commit 01ea0c1941a41a2ffd33daa52ef8429a24a01ff5