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",
|
2019-03-05 05:46:57 +01:00
|
|
|
"directories": {
|
|
|
|
"output": "dist/electron"
|
|
|
|
},
|
2019-03-05 08:47:55 +01:00
|
|
|
"files": [
|
|
|
|
{
|
2019-03-15 19:58:42 +01:00
|
|
|
"from": "dist/electron/webpack",
|
2019-12-19 19:42:36 +01:00
|
|
|
"to": "./"
|
2019-03-05 08:47:55 +01:00
|
|
|
},
|
|
|
|
{
|
2019-03-15 19:58:42 +01:00
|
|
|
"from": "dist/electron/static",
|
2019-12-19 19:42:36 +01:00
|
|
|
"to": "./"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"extraResources": [
|
|
|
|
{
|
|
|
|
"from": "./static/daemon/",
|
|
|
|
"to": "static/daemon/",
|
|
|
|
"filter": ["**/*"]
|
2019-12-20 17:26:55 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "./static/img",
|
|
|
|
"to": "static/img",
|
|
|
|
"filter": ["**/*"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "./static/font",
|
|
|
|
"to": "static/font",
|
|
|
|
"filter": ["**/*"]
|
2019-03-05 08:47:55 +01:00
|
|
|
}
|
|
|
|
],
|
2018-03-15 01:22:54 +01:00
|
|
|
"publish": [
|
|
|
|
{
|
2020-04-14 19:07:52 +02:00
|
|
|
"provider": "github"
|
|
|
|
}
|
2018-03-15 01:22:54 +01:00
|
|
|
],
|
2017-12-08 02:42:35 +01:00
|
|
|
"mac": {
|
2022-03-22 20:46:49 +01:00
|
|
|
"category": "public.app-category.entertainment",
|
|
|
|
"entitlements": "build/entitlements.mac.plist",
|
|
|
|
"entitlementsInherit": "build/entitlements.mac.plist",
|
|
|
|
"hardenedRuntime" : true,
|
|
|
|
"gatekeeperAssess": false
|
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": {
|
2020-01-15 05:34:28 +01:00
|
|
|
"target": ["AppImage", "deb"],
|
2019-12-17 19:23:32 +01:00
|
|
|
"executableName": "lbry",
|
2018-03-08 00:03:45 +01:00
|
|
|
"category": "AudioVideo;Video",
|
2017-12-06 22:24:01 +01:00
|
|
|
"desktop": {
|
2019-03-05 10:29:13 +01:00
|
|
|
"MimeType": "x-scheme-handler/lbry"
|
2017-12-06 22:24:01 +01:00
|
|
|
}
|
|
|
|
},
|
2018-03-15 01:22:54 +01:00
|
|
|
"deb": {
|
2021-12-05 18:51:19 +01:00
|
|
|
"depends": ["gconf2", "gconf-service", "libnotify4", "libxtst6", "libnss3"]
|
2018-03-15 01:22:54 +01:00
|
|
|
},
|
2017-12-10 17:58:46 +01:00
|
|
|
"nsis": {
|
2018-03-22 16:07:39 +01:00
|
|
|
"perMachine": true,
|
2019-03-20 20:30:00 +01:00
|
|
|
"createDesktopShortcut": "always",
|
|
|
|
"differentialPackage": true
|
2017-12-10 17:58:46 +01:00
|
|
|
},
|
2018-04-03 16:08:38 +02:00
|
|
|
"win": {
|
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "nsis",
|
2021-01-25 18:52:03 +01:00
|
|
|
"arch": ["x64"]
|
2018-04-03 16:08:38 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-10-11 05:26:05 +02:00
|
|
|
"artifactName": "${productName}_${version}.${ext}",
|
2020-02-03 17:19:57 +01:00
|
|
|
"afterSign": "./build/afterSignHook.js"
|
2017-12-06 22:24:01 +01:00
|
|
|
}
|