Merge pull request #126 from lbryio/linux-uris-2

Linux URI handling (again)
This commit is contained in:
Jeremy Kauffman 2017-05-20 10:55:59 -04:00 committed by GitHub
commit 503119aa41

View file

@ -38,7 +38,11 @@
"schemes": ["lbry"]
}],
"linux": {
"target": "deb"
"target": "deb",
"desktop": {
"MimeType": "x-scheme-handler/lbry",
"Exec": "/opt/LBRY/lbry %U"
}
},
"win": {
"target": "nsis"