Update electron-builder configuration for macOS notarization
- Reintroduced the afterSign script for notarization in the electron-builder configuration. - Cleaned up the configuration by removing the duplicate afterSign entry from the mac section.
This commit is contained in:
parent
6522b39ce8
commit
6ca7bed2f5
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ asar: true
|
||||||
extraMetadata:
|
extraMetadata:
|
||||||
main: dist-electron/main/index.js
|
main: dist-electron/main/index.js
|
||||||
|
|
||||||
|
afterSign: scripts/notarize.cjs
|
||||||
|
|
||||||
mac:
|
mac:
|
||||||
category: public.app-category.developer-tools
|
category: public.app-category.developer-tools
|
||||||
target:
|
target:
|
||||||
|
|
@ -24,7 +26,6 @@ mac:
|
||||||
icon: resources/icons/mac/icon.icns
|
icon: resources/icons/mac/icon.icns
|
||||||
entitlements: build/entitlements.mac.plist
|
entitlements: build/entitlements.mac.plist
|
||||||
entitlementsInherit: build/entitlements.mac.plist
|
entitlementsInherit: build/entitlements.mac.plist
|
||||||
afterSign: scripts/notarize.cjs
|
|
||||||
|
|
||||||
dmg:
|
dmg:
|
||||||
sign: false
|
sign: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue