From 7d16452a3f9f606b74082fcf7aa4e4c2280faa98 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 3 Aug 2023 09:16:40 -0400 Subject: [PATCH] - correct the folder entry for the icon in the appimage workflow --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 7f66f40b1e..e02a610970 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -43,7 +43,7 @@ jobs: cmake --build AppDir --config Release --parallel `nproc` cp ./AppDir/zmusic/lib/* ./AppDir/ mkdir -p ./AppDir/usr/share/icons - convert ./source/platform/win32/game_icon.ico[0] -flatten ./AppDir/usr/share/icons/game_icon.png + convert ./src/win32/icon1.ico[0] -flatten ./AppDir/usr/share/icons/game_icon.png - name: Build AppImage run: | appimage-builder --skip-tests