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