add custom entitlements

This commit is contained in:
Dax Raad
2025-12-07 13:18:26 -05:00
parent 1212aa0bf3
commit 08ee657ef3
2 changed files with 20 additions and 1 deletions

View File

@@ -22,7 +22,10 @@
"targets": ["deb", "rpm", "appimage", "dmg", "app", "nsis"],
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
"externalBin": ["sidecars/opencode"],
"createUpdaterArtifacts": true
"createUpdaterArtifacts": true,
"macOS": {
"entitlements": "./entitlements.plist"
}
},
"plugins": {
"updater": {