From bd69e78e9b9a3c7bb88f81ad06646fa9e09b3ab1 Mon Sep 17 00:00:00 2001 From: TheElectronWill Date: Wed, 11 Oct 2017 23:04:19 +0200 Subject: [PATCH] Fix Version attribute in desktop file Version is the version of the .desktop specification not of the application. --- discord.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.desktop b/discord.desktop index 8b8a247..de6c9e6 100644 --- a/discord.desktop +++ b/discord.desktop @@ -2,7 +2,7 @@ Name=@name Comment=Free voice and text chat for gamers StartupWMClass=discord -Version=@version +Version=1.0 Icon=/opt/discord-@type/@icon Exec=/opt/discord-@type/@exe Type=Application