lbry-desktop/electron-builder.json

54 lines
967 B
JSON
Raw Normal View History

2017-12-06 18:24:01 -03:00
{
2017-12-07 12:06:20 -03:00
"appId": "io.lbry.LBRY",
"productName": "LBRY",
"publish": [{
2017-12-03 18:49:26 -05:00
"provider": "s3",
"bucket": "releases.lbry.io",
"path": "app/latest"
}, "github"],
2017-12-07 22:42:35 -03:00
"mac": {
"target": "dmg",
2017-12-15 17:33:01 -03:00
"category": "public.app-category.entertainment"
2017-12-07 22:42:35 -03:00
},
2017-12-06 18:24:01 -03:00
"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"
2017-12-06 18:24:01 -03:00
},
"protocols": [
{
"name": "LBRY URI",
2017-12-06 18:24:01 -03:00
"schemes": ["lbry"],
"role": "Viewer"
}
],
"linux": {
"target": "AppImage",
"category": "AudioVideo;Video",
2017-12-06 18:24:01 -03:00
"desktop": {
"MimeType": "x-scheme-handler/lbry;"
2017-12-06 18:24:01 -03:00
}
},
"nsis": {
"perMachine": true
},
"artifactName": "${productName}_${version}.${ext}"
2017-12-06 18:24:01 -03:00
}