Test code climate #1058

Closed
IGassmann wants to merge 48 commits from testCodeClimate into master
Showing only changes of commit f64d6e00fc - Show all commits

View file

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