use ad-hoc code signing for macOS build, disable hardenedRuntime

This commit is contained in:
jeffvli
2026-03-09 09:39:41 -07:00
parent 49ff928414
commit 7f36445f97
3 changed files with 31 additions and 21 deletions
+10 -7
View File
@@ -32,15 +32,18 @@ nsis:
mac:
target:
target: default
arch:
- arm64
- x64
- target: dmg
arch:
- arm64
- x64
- target: zip
arch:
- arm64
- x64
icon: assets/icons/icon.icns
type: distribution
hardenedRuntime: true
entitlements: assets/entitlements.mac.plist
entitlementsInherit: assets/entitlements.mac.plist
hardenedRuntime: false
identity: "-"
gatekeeperAssess: false
notarize: false