Merge pull request #877 from lbryio/fix-linux-category

Add app category for Linux build
This commit is contained in:
Igor Gassmann 2017-12-15 17:35:25 -03:00 committed by GitHub
commit 5617b86d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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