Add app category for Linux build #877

Merged
IGassmann merged 1 commit from fix-linux-category into master 2017-12-15 21:35:26 +01:00

View file

@ -1,7 +1,7 @@
{
"appId": "io.lbry.LBRY",
"mac": {
"category": "public.app-category.entertainment",
"category": "public.app-category.entertainment"
},
"dmg": {
"iconSize": 128,
@ -34,6 +34,7 @@
],
"linux": {
"target": "deb",
"category": "Video",
"desktop": {
"MimeType": "x-scheme-handler/lbry",
"Exec": "/opt/LBRY/lbry %U"