Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add desktop icon for prompting-client-ui app #101

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading