Linux URI handling (again) #126
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,11 @@
|
||||||
"schemes": ["lbry"]
|
"schemes": ["lbry"]
|
||||||
}],
|
}],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "deb"
|
"target": "deb",
|
||||||
|
"desktop": {
|
||||||
|
"MimeType": "x-scheme-handler/lbry",
|
||||||
|
"Exec": "/opt/LBRY/lbry %U"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "nsis"
|
"target": "nsis"
|
||||||
|
|
Loading…
Reference in a new issue