Skip to content

Commit

Permalink
Merge pull request #356 from fperera123/update/add-snap-desktopfile
Browse files Browse the repository at this point in the history
Add desktop file for snap build
  • Loading branch information
CrazyMarvin authored Sep 9, 2024
2 parents 1ee902b + 7d85e14 commit 9522642
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions snap/gui/librelinkupdesktop.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Version=0.1.10
Name=LibreLinkUpDesktop
Comment=This is a desktop application that fetches your blood sugar from LibreLinkUp
Exec=${SNAP}/librelinkupdesktop/librelinkupdesktop --no-sandbox
Icon=${SNAP}/meta/gui/librelinkupdesktop.png
Terminal=false
Type=Application
Categories=Utility;Health;
Binary file added snap/gui/librelinkupdesktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ apps:
librelinkupdesktop:
command: librelinkupdesktop/librelinkupdesktop --no-sandbox
extensions: [gnome]
desktop: flathub/rocks.poopjournal.librelinkupdesktop.desktop
desktop: snap/gui/librelinkupdesktop.desktop
plugs:
- browser-support
- network
Expand Down

0 comments on commit 9522642

Please sign in to comment.