Skip to content

Commit

Permalink
Add desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jul 31, 2021
1 parent 2393fe9 commit d8c77f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions org.zulip.Zulip.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Zulip
Comment=Zulip Desktop Client for Linux
Icon=org.zulip.Zulip
Exec=run.sh
Categories=Network;InstantMessaging;
StartupWMClass=Zulip
3 changes: 3 additions & 0 deletions org.zulip.Zulip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ modules:
do install -D -m 644 build/icons/${size}x${size}.png $FLATPAK_DEST/share/icons/hicolor/${size}x${size}/apps/$FLATPAK_ID.png
done
- install -D -m 755 -t $FLATPAK_DEST/bin ../run.sh
- install -D -m 644 -t $FLATPAK_DEST/share/applications ../$FLATPAK_ID.desktop
- install -D -m 644 -t $FLATPAK_DEST/share/metainfo ../$FLATPAK_ID.metainfo.xml
sources:
- type: git
Expand All @@ -61,5 +62,7 @@ modules:
dest-filename: run.sh
commands:
- zypak-wrapper.sh /app/main/zulip "$@"
- type: file
path: org.zulip.Zulip.desktop
- type: file
path: org.zulip.Zulip.metainfo.xml

0 comments on commit d8c77f1

Please sign in to comment.