From 7e1d6636d1ee42c852a74d677f20a63799b0763d Mon Sep 17 00:00:00 2001 From: Nick Richards Date: Wed, 31 Jan 2018 12:31:51 +0000 Subject: [PATCH] Fix validity of Linux .desktop file Per the menu spec https://standards.freedesktop.org/menu-spec/latest/apa.html if you specify Video you also need to specify the AudioVideo category. --- electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 09c928130..011d1f3b3 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -39,7 +39,7 @@ ], "linux": { "target": "deb", - "category": "Video", + "category": "Video;AudioVideo;", "desktop": { "MimeType": "x-scheme-handler/lbry", "Exec": "/opt/LBRY/lbry %U"