Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Has been cancelled
Tauri v2 ACL requires explicit permissions to create windows from the
frontend. Added core🪟allow-create and
core:webview:allow-create-webview-window so the Tools menu can open
popup windows.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "Default capabilities for the main Wraith window",
|
|
"windows": ["main", "tool-*"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:default",
|
|
"core:window:default",
|
|
"core:window:allow-create",
|
|
"core:webview:default",
|
|
"core:webview:allow-create-webview-window",
|
|
"shell:allow-open"
|
|
]
|
|
}
|