mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
fix build missing logo
This commit is contained in:
parent
9638ef55c8
commit
43e2fe4325
2 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
BIN
story-editor/story-editor-logo.png
Normal file
BIN
story-editor/story-editor-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Loading…
Reference in a new issue