Update electron-builder.yml
This commit is contained in:
parent
21e7adde98
commit
7446700e3e
@ -28,10 +28,10 @@ afterPack: "./scripts/afterPack.js"
|
|||||||
# Mac OS configuration
|
# Mac OS configuration
|
||||||
mac:
|
mac:
|
||||||
icon: "./img/icons/icns/256x256.icns"
|
icon: "./img/icons/icns/256x256.icns"
|
||||||
hardenedRuntime: true,
|
hardenedRuntime: true
|
||||||
gatekeeperAssess: false,
|
gatekeeperAssess: false
|
||||||
entitlements: "build/entitlements.mac.plist",
|
entitlements: "entitlements.mac.plist"
|
||||||
entitlementsInherit: "build/entitlements.mac.plist",
|
entitlementsInherit: "entitlements.mac.plist"
|
||||||
target:
|
target:
|
||||||
- { target: dmg }
|
- { target: dmg }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user