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.
This commit is contained in:
Nick Richards 2018-01-31 12:31:51 +00:00 committed by GitHub
parent 8c1ee786ce
commit 7e1d6636d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
], ],
"linux": { "linux": {
"target": "deb", "target": "deb",
"category": "Video", "category": "Video;AudioVideo;",
"desktop": { "desktop": {
"MimeType": "x-scheme-handler/lbry", "MimeType": "x-scheme-handler/lbry",
"Exec": "/opt/LBRY/lbry %U" "Exec": "/opt/LBRY/lbry %U"