Skip to content

Commit 7d1754e

Browse files
- correct the folder entry for the icon in the appimage workflow
1 parent 77973c8 commit 7d1754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cmake --build AppDir --config Release --parallel `nproc`
4444
cp ./AppDir/zmusic/lib/* ./AppDir/
4545
mkdir -p ./AppDir/usr/share/icons
46-
convert ./source/platform/win32/game_icon.ico[0] -flatten ./AppDir/usr/share/icons/game_icon.png
46+
convert ./src/win32/icon1.ico[0] -flatten ./AppDir/usr/share/icons/game_icon.png
4747
- name: Build AppImage
4848
run: |
4949
appimage-builder --skip-tests

0 commit comments

Comments
 (0)