2017-12-06 22:24:01 +01:00
|
|
|
{
|
2017-12-07 16:06:20 +01:00
|
|
|
"appId": "io.lbry.LBRY",
|
2017-12-08 02:42:35 +01:00
|
|
|
"mac": {
|
|
|
|
"category": "public.app-category.entertainment",
|
|
|
|
},
|
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
|
|
|
|
},
|
2017-12-08 02:42:35 +01:00
|
|
|
"background": "build/background.png"
|
2017-12-06 22:24:01 +01:00
|
|
|
},
|
|
|
|
"protocols": [
|
|
|
|
{
|
|
|
|
"name": "lbry",
|
|
|
|
"schemes": ["lbry"],
|
|
|
|
"role": "Viewer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"linux": {
|
|
|
|
"target": "deb",
|
|
|
|
"desktop": {
|
|
|
|
"MimeType": "x-scheme-handler/lbry",
|
|
|
|
"Exec": "/opt/LBRY/lbry %U"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"deb": {
|
|
|
|
"depends": [
|
|
|
|
"gconf2",
|
|
|
|
"gconf-service",
|
|
|
|
"libnotify4",
|
|
|
|
"libappindicator1",
|
|
|
|
"libxtst6",
|
|
|
|
"libnss3",
|
|
|
|
"libsecret-1-0"
|
|
|
|
]
|
|
|
|
},
|
2017-12-10 17:58:46 +01:00
|
|
|
"nsis": {
|
|
|
|
"perMachine": true
|
|
|
|
},
|
2017-12-07 16:06:20 +01:00
|
|
|
"artifactName": "${productName}_${version}_${arch}.${ext}"
|
2017-12-06 22:24:01 +01:00
|
|
|
}
|