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:
parent
8c1ee786ce
commit
7e1d6636d1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue