mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Update electron-builder.yml
This commit is contained in:
parent
a4c590ccbe
commit
7b043b7221
@ -28,12 +28,17 @@ 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,
|
||||||
|
gatekeeperAssess: false,
|
||||||
|
entitlements: "build/entitlements.mac.plist",
|
||||||
|
entitlementsInherit: "build/entitlements.mac.plist",
|
||||||
target:
|
target:
|
||||||
- { target: dmg }
|
- { target: dmg }
|
||||||
|
|
||||||
# Config for OSX dmg
|
# Config for OSX dmg
|
||||||
dmg:
|
dmg:
|
||||||
icon: "./img/icons/icns/256x256.icns"
|
icon: "./img/icons/icns/256x256.icns"
|
||||||
|
sign: false
|
||||||
iconSize: 100
|
iconSize: 100
|
||||||
contents:
|
contents:
|
||||||
- x: 130
|
- x: 130
|
||||||
|
Loading…
x
Reference in New Issue
Block a user