Fix the desktop file
This commit is contained in:
committed by
GitHub
parent
01971e2a46
commit
c990738c57
@@ -4,7 +4,6 @@ Version=1.0
|
|||||||
GenericName=BitTorrent Client
|
GenericName=BitTorrent Client
|
||||||
X-GNOME-FullName=$APP_NAME
|
X-GNOME-FullName=$APP_NAME
|
||||||
Comment=Download and share files over BitTorrent
|
Comment=Download and share files over BitTorrent
|
||||||
Encoding=UTF-8
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=webtorrent-desktop
|
Icon=webtorrent-desktop
|
||||||
Terminal=false
|
Terminal=false
|
||||||
@@ -20,14 +19,11 @@ Actions=CreateNewTorrent;OpenTorrentFile;OpenTorrentAddress;
|
|||||||
[Desktop Action CreateNewTorrent]
|
[Desktop Action CreateNewTorrent]
|
||||||
Name=Create New Torrent...
|
Name=Create New Torrent...
|
||||||
Exec=$EXEC_PATH -n
|
Exec=$EXEC_PATH -n
|
||||||
Path=$APP_PATH
|
|
||||||
|
|
||||||
[Desktop Action OpenTorrentFile]
|
[Desktop Action OpenTorrentFile]
|
||||||
Name=Open Torrent File...
|
Name=Open Torrent File...
|
||||||
Exec=$EXEC_PATH -o
|
Exec=$EXEC_PATH -o
|
||||||
Path=$APP_PATH
|
|
||||||
|
|
||||||
[Desktop Action OpenTorrentAddress]
|
[Desktop Action OpenTorrentAddress]
|
||||||
Name=Open Torrent Address...
|
Name=Open Torrent Address...
|
||||||
Exec=$EXEC_PATH -u
|
Exec=$EXEC_PATH -u
|
||||||
Path=$APP_PATH
|
|
||||||
|
|||||||
Reference in New Issue
Block a user