fix build missing logo

This commit is contained in:
Anthony Rabine 2023-08-11 04:47:35 -04:00
parent 9638ef55c8
commit 43e2fe4325
2 changed files with 1 additions and 0 deletions

View file

@ -48,6 +48,7 @@ jobs:
mkdir -p appdir/usr/share/icons/hicolor/512x512
cp -r story-editor appdir/usr/bin
cp -r ../story-editor.desktop appdir/usr/share/applications
cp -r ../story-editor-logo.png appdir/usr/share/icons/hicolor/512x512/
cd appdir
../deploy.AppImage usr/share/applications/story-editor.desktop -qmake=${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/bin/qmake -appimage -always-overwrite

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB