We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77973c8 commit 7d1754eCopy full SHA for 7d1754e
.github/workflows/appimage.yml
@@ -43,7 +43,7 @@ jobs:
43
cmake --build AppDir --config Release --parallel `nproc`
44
cp ./AppDir/zmusic/lib/* ./AppDir/
45
mkdir -p ./AppDir/usr/share/icons
46
- 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
47
- name: Build AppImage
48
run: |
49
appimage-builder --skip-tests
0 commit comments