From 9c59157a98d4a7b3eaebdb68b1a51a0e05b21e4b Mon Sep 17 00:00:00 2001 From: BlueManCZ Date: Sat, 29 Aug 2020 14:03:27 +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 e88789cc..1392b825 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 %><% } %>