Files
cypress/electron-builder.json

24 lines
565 B
JSON

{
"productName": "Cypress",
"appId": "com.electron.cypress",
"target": "zip",
"mac": {
"target": "zip",
"forceCodeSigning": true,
"publish": null,
"hardenedRuntime": true,
"entitlements": "./scripts/entitlements.mac.inherit.plist",
"entitlementsInherit": "./scripts/entitlements.mac.inherit.plist",
"type": "distribution"
},
"linux": {
"target": "dir",
"executableName": "Cypress"
},
"win": {
"target": "dir"
},
"afterPack": "./scripts/after-pack-hook.js",
"afterSign": "./scripts/after-sign-hook.js"
}