Skip to content

Commit

Permalink
👷 Desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Oct 24, 2024
1 parent 8a119c9 commit 15085ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
./linuxdeploy-x86_64.AppImage \
--appdir=$APP_DIR \
--output appimage \
--desktop-file $APP_DIR/myapp.desktop \
--icon-file $APP_DIR/myapp.png
--desktop-file=assets/desktop/myapp.desktop \
--icon-file assets/images/myapp.png
# Upload the AppImage as an artifact (optional)
- name: Upload AppImage artifact
Expand Down
6 changes: 6 additions & 0 deletions assets/desktop/myapp.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Desktop Entry]
Name=My Flutter App
Exec=./myapp
Icon=myapp
Type=Application
Categories=Utility;
Binary file added assets/images/myapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15085ff

Please sign in to comment.