This commit is contained in:
Igor Gassmann 2018-02-11 13:33:25 -03:00
parent b80faabf52
commit f64d6e00fc

View file

@ -29,21 +29,16 @@
},
"protocols": [
{
"name": "lbry",
"name": "LBRY URI",
"schemes": ["lbry"],
"role": "Viewer"
}
],
"linux": {
"category": "Video",
"desktop": {
"MimeType": "x-scheme-handler/lbry;",
"Exec": "/opt/LBRY/lbry %U"
}
"category": "AudioVideo, Video"
},
"nsis": {
"perMachine": true
},
"beforeBuild": "build/downloadDaemon.js",
"artifactName": "${productName}_${version}.${ext}"
"beforeBuild": "build/downloadDaemon.js"
}