Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Add actions to desktop entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bleakgrey committed Mar 16, 2018
1 parent e173d11 commit dda7d96
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion data/com.github.bleakgrey.transporter.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ Terminal=false
Categories=GNOME;GTK;Utility;Network;FileTransfer;
Keywords=share;files;send;receive;wormhole;transfer;
MimeType=text/plain;
StartupNotify=true
StartupNotify=true
Actions=ShowSend;ShowReceive;

[Desktop Action ShowSend]
Exec=com.github.bleakgrey.transporter --send
Name=Send Files

[Desktop Action ShowReceive]
Exec=com.github.bleakgrey.transporter --receive
Name=Receive Files

0 comments on commit dda7d96

Please sign in to comment.