From c990738c572eee39fa6f9d1bca75ca60358e117c Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 20 Jan 2018 10:19:23 +0100 Subject: [PATCH] Fix the desktop file --- static/linux/webtorrent-desktop.desktop | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/linux/webtorrent-desktop.desktop b/static/linux/webtorrent-desktop.desktop index d47e98a6..57290768 100644 --- a/static/linux/webtorrent-desktop.desktop +++ b/static/linux/webtorrent-desktop.desktop @@ -4,7 +4,6 @@ Version=1.0 GenericName=BitTorrent Client X-GNOME-FullName=$APP_NAME Comment=Download and share files over BitTorrent -Encoding=UTF-8 Type=Application Icon=webtorrent-desktop Terminal=false @@ -20,14 +19,11 @@ Actions=CreateNewTorrent;OpenTorrentFile;OpenTorrentAddress; [Desktop Action CreateNewTorrent] Name=Create New Torrent... Exec=$EXEC_PATH -n -Path=$APP_PATH [Desktop Action OpenTorrentFile] Name=Open Torrent File... Exec=$EXEC_PATH -o -Path=$APP_PATH [Desktop Action OpenTorrentAddress] Name=Open Torrent Address... Exec=$EXEC_PATH -u -Path=$APP_PATH