mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
32a958ab95
* View opensource licenses * Remove redundant check
68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
{
|
|
"appId": "__APP_ID__",
|
|
"publish": null,
|
|
"afterSign": "./scripts/afterSignHook.js",
|
|
"extraResources": [
|
|
{
|
|
"from": "./bin",
|
|
"to": "./bin",
|
|
"filter": "yarn-standalone.js"
|
|
},
|
|
{
|
|
"from": "./build",
|
|
"to": ".",
|
|
"filter": "opensource-licenses.txt"
|
|
}
|
|
],
|
|
"protocols": [
|
|
{
|
|
"name": "Insomnia",
|
|
"role": "Viewer",
|
|
"schemes": [
|
|
"insomnia"
|
|
]
|
|
}
|
|
],
|
|
"fileAssociations": [],
|
|
"directories": {
|
|
"app": "build",
|
|
"output": "dist"
|
|
},
|
|
"mac": {
|
|
"hardenedRuntime": true,
|
|
"icon": "./build/icon.icns",
|
|
"category": "public.app-category.developer-tools",
|
|
"entitlements": "./build/static/entitlements.mac.inherit.plist",
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
],
|
|
"extendInfo": {
|
|
"NSRequiresAquaSystemAppearance": false
|
|
}
|
|
},
|
|
"win": {
|
|
"icon": "./build/icon.ico",
|
|
"target": [
|
|
"squirrel",
|
|
"zip"
|
|
]
|
|
},
|
|
"squirrelWindows": {
|
|
"iconUrl": "__ICON_URL__"
|
|
},
|
|
"linux": {
|
|
"executableName": "__EXECUTABLE_NAME__",
|
|
"synopsis": "__SYNOPSIS__",
|
|
"category": "Development",
|
|
"icon": "./build/icon.icns",
|
|
"target": [
|
|
"AppImage",
|
|
"deb",
|
|
"tar.gz",
|
|
"snap",
|
|
"rpm"
|
|
]
|
|
}
|
|
}
|