From b61a4e84f5cb4e0e8ab1919b99ae8b3e41c5efc8 Mon Sep 17 00:00:00 2001 From: BlueManCZ Date: Sat, 29 Aug 2020 14:04:10 +0200 Subject: [PATCH] Remove Version entry --- static/linux/webtorrent-desktop.ejs | 1 - 1 file changed, 1 deletion(-) diff --git a/static/linux/webtorrent-desktop.ejs b/static/linux/webtorrent-desktop.ejs index db5d52ce..ac43e863 100644 --- a/static/linux/webtorrent-desktop.ejs +++ b/static/linux/webtorrent-desktop.ejs @@ -1,6 +1,5 @@ [Desktop Entry] Type=Application -<% if (version) { %>Version=<%= version %><% } %> Name=<%= productName %> <% if (genericName) { %>GenericName=<%= genericName %><% } %> <% if (description) { %>Comment=<%= description %><% } %>