{ "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 Designer", "role": "Viewer", "schemes": [ "insomniad" ] } ], "fileAssociations": [], "directories": { "app": "build", "output": "dist" }, "mac": { "hardenedRuntime": true, "category": "public.app-category.developer-tools", "entitlements": "./build/static/entitlements.mac.inherit.plist", "artifactName": "__BINARY_PREFIX__-${version}.${ext}", "target": [ "dmg", "zip" ], "extendInfo": { "NSRequiresAquaSystemAppearance": false } }, "dmg": { "window": { "width": 540, "height": 380 }, "contents": [ { "x": 130, "y": 186 }, { "x": 409, "y": 186, "type": "link", "path": "/Applications" } ] }, "win": { "artifactName": "__BINARY_PREFIX__-${version}.${ext}", "icon": "./build/icon.ico", "target": [ "squirrel", "zip" ] }, "squirrelWindows": { "iconUrl": "__ICON_URL__" }, "linux": { "artifactName": "__BINARY_PREFIX__-${version}.${ext}", "executableName": "__EXECUTABLE_NAME__", "synopsis": "__SYNOPSIS__", "category": "Development", "target": [ "AppImage" ] } }