lbry-desktop/electron-builder.json
Igor Gassmann 2786f9bffe .
2018-02-08 21:58:58 -03:00

49 lines
890 B
JSON

{
"appId": "io.lbry.LBRY",
"productName": "LBRY",
"mac": {
"target": "dmg",
"category": "public.app-category.entertainment"
},
"dmg": {
"iconSize": 128,
"contents": [
{
"x": 115,
"y": 164
},
{
"x": 387,
"y": 164,
"type": "link",
"path": "/Applications"
}
],
"window": {
"x": 200,
"y": 200,
"width": 500,
"height": 300
},
"background": "build/background.png"
},
"protocols": [
{
"name": "lbry",
"schemes": ["lbry"],
"role": "Viewer"
}
],
"linux": {
"category": "Video",
"desktop": {
"MimeType": "x-scheme-handler/lbry;",
"Exec": "/opt/LBRY/lbry %U"
}
},
"nsis": {
"perMachine": true
},
"beforeBuild": "build/downloadDaemon.js",
"artifactName": "${productName}_${version}.${ext}"
}