max / goingson
- Co-Authored-By
- Claude Opus 4.8 <noreply@anthropic.com>
1 file changed,
+3 insertions,
-2 deletions
| @@ -1,11 +1,12 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "$schema": "https://schemas.tauri.app/capabilities/2", | |
| 3 | 3 | "identifier": "desktop", | |
| 4 | - | "description": "Desktop-only capabilities (shell, notifications)", | |
| 4 | + | "description": "Desktop-only capabilities (shell, notifications, OTA updater)", | |
| 5 | 5 | "platforms": ["linux", "macOS", "windows"], | |
| 6 | 6 | "windows": ["main", "compose-*"], | |
| 7 | 7 | "permissions": [ | |
| 8 | 8 | "shell:allow-open", | |
| 9 | - | "notification:default" | |
| 9 | + | "notification:default", | |
| 10 | + | "updater:default" | |
| 10 | 11 | ] | |
| 11 | 12 | } |