From 6187f95ae518314f09a479fcec63e51391c32d1e Mon Sep 17 00:00:00 2001 From: Jarod42 Date: Mon, 30 Oct 2023 00:47:15 +0100 Subject: [PATCH] Fix CI due to the update of linuxdeploy: Change ICONDIR from /usr/share/icons/default/64x64/ to /usr/share/icons/hicolor/64x64/ --- tools/build_appimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_appimage.sh b/tools/build_appimage.sh index d4f8d60862..c2dd0ca7b2 100644 --- a/tools/build_appimage.sh +++ b/tools/build_appimage.sh @@ -103,7 +103,7 @@ pushd ${GAME_ID} -DCMAKE_INSTALL_PREFIX=/usr \ -DDATA_PATH=../../share/games/stratagus/${GAME_ID}/ \ -DGAMEDIR=/usr/bin \ - -DICONDIR=/usr/share/icons/default/64x64/ \ + -DICONDIR=/usr/share/icons/hicolor/64x64/ \ -DGAMEDIRABS="" make -j$(nproc) install DESTDIR=../../AppDir popd