Skip to content

Commit

Permalink
- correct the folder entry for the icon in the appimage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Aug 3, 2023
1 parent 77973c8 commit 7d1754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d1754e

Please sign in to comment.