Test code climate #1058
1 changed files with 3 additions and 8 deletions
|
@ -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}"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue