fix(macos): add entitlements for opencode sidecar (#169)

This commit is contained in:
ben
2026-01-21 01:20:58 -08:00
committed by GitHub
parent 1d7f25ef3c
commit 389df765ca
5 changed files with 19 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWork",
"version": "0.2.8",
"version": "0.2.9",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "pnpm dev:web",
@@ -24,6 +24,9 @@
},
"bundle": {
"createUpdaterArtifacts": true,
"macOS": {
"entitlements": "./entitlements.plist"
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",