Skip to content

Commit

Permalink
feat: add desktop icon for prompting-client app
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Sep 11, 2024
1 parent d66fcc1 commit 4f8aba1
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snap/gui/prompting-client.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Version=1.0
Exec=prompting-client.daemon %U
Icon=${SNAP}/meta/gui/prompting-client.png
Terminal=false
NoDisplay=true
Name=Prompting Client

Binary file added snap/gui/prompting-client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions snap/gui/prompting-client.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ apps:

daemon:
command: bin/prompting-client-daemon
desktop: usr/share/applications/prompting-client-daemon.desktop
extensions: [gnome]
environment: *env
plugs: *plugs
Expand Down Expand Up @@ -83,3 +84,9 @@ parts:
fvm flutter build linux --release -v
mkdir -p $CRAFT_PART_INSTALL/bin/
cp -r build/linux/*/release/bundle/* $CRAFT_PART_INSTALL/bin/
desktop-files:
plugin: dump
source: .
organize:
snap/gui/prompting-client.desktop: usr/share/applications/prompting-client-daemon.desktop

0 comments on commit 4f8aba1

Please sign in to comment.