2017-12-06 22:24:01 +01:00
|
|
|
{
|
2017-12-07 16:06:20 +01:00
|
|
|
"appId": "io.lbry.LBRY",
|
2018-03-08 00:03:45 +01:00
|
|
|
"productName": "LBRY",
|
|
|
|
"publish": [{
|
2017-12-04 00:49:26 +01:00
|
|
|
"provider": "s3",
|
2018-03-09 16:26:57 +01:00
|
|
|
"bucket": "build.lbry.io",
|
2018-03-09 21:35:43 +01:00
|
|
|
"path": "app/release",
|
|
|
|
"region": "us-east-1"
|
2018-03-08 00:03:45 +01:00
|
|
|
}, "github"],
|
2017-12-08 02:42:35 +01:00
|
|
|
"mac": {
|
2018-03-08 00:03:45 +01:00
|
|
|
"target": "dmg",
|
2017-12-15 21:33:01 +01:00
|
|
|
"category": "public.app-category.entertainment"
|
2017-12-08 02:42:35 +01:00
|
|
|
},
|
2017-12-06 22:24:01 +01: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
|
|
|
|
},
|
2018-03-08 00:03:45 +01:00
|
|
|
"background": "./build/background.png"
|
2017-12-06 22:24:01 +01:00
|
|
|
},
|
|
|
|
"protocols": [
|
|
|
|
{
|
2018-03-08 00:03:45 +01:00
|
|
|
"name": "LBRY URI",
|
2017-12-06 22:24:01 +01:00
|
|
|
"schemes": ["lbry"],
|
|
|
|
"role": "Viewer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"linux": {
|
2018-03-08 00:03:45 +01:00
|
|
|
"target": "AppImage",
|
|
|
|
"category": "AudioVideo;Video",
|
2017-12-06 22:24:01 +01:00
|
|
|
"desktop": {
|
2018-03-08 00:03:45 +01:00
|
|
|
"MimeType": "x-scheme-handler/lbry;"
|
2017-12-06 22:24:01 +01:00
|
|
|
}
|
|
|
|
},
|
2017-12-10 17:58:46 +01:00
|
|
|
"nsis": {
|
|
|
|
"perMachine": true
|
|
|
|
},
|
2018-03-08 00:03:45 +01:00
|
|
|
"artifactName": "${productName}_${version}.${ext}"
|
2017-12-06 22:24:01 +01:00
|
|
|
}
|