2017-11-26 20:45:40 +00:00
|
|
|
{
|
2019-09-18 00:02:42 +00:00
|
|
|
"appId": "__APP_ID__",
|
2019-10-17 18:51:55 +00:00
|
|
|
"publish": null,
|
2019-10-08 23:31:32 +00:00
|
|
|
"afterSign": "./scripts/afterSignHook.js",
|
2017-11-26 20:45:40 +00:00
|
|
|
"extraResources": [
|
|
|
|
{
|
|
|
|
"from": "./bin",
|
|
|
|
"to": "./bin",
|
|
|
|
"filter": "yarn-standalone.js"
|
2020-02-06 13:41:56 +00:00
|
|
|
},
|
|
|
|
{
|
2020-08-22 05:59:56 +00:00
|
|
|
"from": "./build/__APP_ID__",
|
2020-02-06 13:41:56 +00:00
|
|
|
"to": ".",
|
|
|
|
"filter": "opensource-licenses.txt"
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"protocols": [
|
2020-04-26 20:33:39 +00:00
|
|
|
{
|
|
|
|
"name": "Insomnia Designer",
|
|
|
|
"role": "Viewer",
|
|
|
|
"schemes": [
|
|
|
|
"insomniad"
|
|
|
|
]
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"fileAssociations": [],
|
|
|
|
"directories": {
|
2020-09-14 20:55:18 +00:00
|
|
|
"buildResources": "build/__APP_ID__",
|
2020-08-22 05:59:56 +00:00
|
|
|
"app": "build/__APP_ID__",
|
|
|
|
"output": "dist/__APP_ID__"
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
|
|
|
"mac": {
|
2019-10-08 23:31:32 +00:00
|
|
|
"hardenedRuntime": true,
|
|
|
|
"category": "public.app-category.developer-tools",
|
2020-08-22 05:59:56 +00:00
|
|
|
"entitlements": "./build/__APP_ID__/static/entitlements.mac.inherit.plist",
|
2020-04-26 20:33:39 +00:00
|
|
|
"artifactName": "__BINARY_PREFIX__-${version}.${ext}",
|
2017-11-26 20:45:40 +00:00
|
|
|
"target": [
|
|
|
|
"dmg",
|
|
|
|
"zip"
|
2019-04-26 21:50:40 +00:00
|
|
|
],
|
|
|
|
"extendInfo": {
|
|
|
|
"NSRequiresAquaSystemAppearance": false
|
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
2020-04-26 20:33:39 +00:00
|
|
|
"dmg": {
|
|
|
|
"window": {
|
|
|
|
"width": 540,
|
|
|
|
"height": 380
|
|
|
|
},
|
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 130,
|
|
|
|
"y": 186
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 409,
|
|
|
|
"y": 186,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"win": {
|
2020-04-26 20:33:39 +00:00
|
|
|
"artifactName": "__BINARY_PREFIX__-${version}.${ext}",
|
2017-11-26 20:45:40 +00:00
|
|
|
"target": [
|
|
|
|
"squirrel",
|
|
|
|
"zip"
|
|
|
|
]
|
|
|
|
},
|
2019-10-08 23:31:32 +00:00
|
|
|
"squirrelWindows": {
|
2019-09-18 00:02:42 +00:00
|
|
|
"iconUrl": "__ICON_URL__"
|
2019-05-21 16:35:12 +00:00
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"linux": {
|
2020-04-26 20:33:39 +00:00
|
|
|
"artifactName": "__BINARY_PREFIX__-${version}.${ext}",
|
2019-09-18 00:02:42 +00:00
|
|
|
"executableName": "__EXECUTABLE_NAME__",
|
|
|
|
"synopsis": "__SYNOPSIS__",
|
2017-11-26 20:45:40 +00:00
|
|
|
"category": "Development",
|
|
|
|
"target": [
|
2020-04-26 20:33:39 +00:00
|
|
|
"AppImage"
|
2017-11-26 20:45:40 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|