mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 00:20:51 +00:00
- correct the folder entry for the icon in the appimage workflow
This commit is contained in:
parent
77973c8224
commit
7d1754e602
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue