Linux URI handling (again) #126
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue