All checks were successful
Build AppImage / build (push) Successful in 9m35s
- File-Browser Dialog (tauri-plugin-dialog) für Projektverzeichnis-Auswahl - Auto-Name aus Verzeichnisname beim Projekt-Hinzufügen - Nix-Wrapper: GStreamer Core-Plugins (valve) + ffmpeg-headless im PATH - Nix-Wrapper: Version 0.1.1 mit korrektem gstreamer.out Output Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
611 B
JSON
22 lines
611 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2/capability",
|
|
"identifier": "default",
|
|
"description": "Claude Desktop Standardberechtigungen",
|
|
"windows": ["main", "presentation"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-show",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-close",
|
|
"core:webview:allow-create-webview-window",
|
|
"core:menu:default",
|
|
"core:tray:default",
|
|
"shell:allow-open",
|
|
"shell:allow-execute",
|
|
"shell:allow-spawn",
|
|
"shell:allow-stdin-write",
|
|
"shell:allow-kill",
|
|
"dialog:allow-open"
|
|
]
|
|
}
|