Linux URI handling (WIP) #122

Merged
alexliebowitz merged 1 commit from linux-uris into windows-linux-uris 2017-05-12 22:47:43 +02:00

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"