diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdc3415..5de075a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/story-editor/story-editor-logo.png b/story-editor/story-editor-logo.png new file mode 100644 index 0000000..f50d31d Binary files /dev/null and b/story-editor/story-editor-logo.png differ