All checks were successful
Release / Bump version and tag (push) Successful in 3s
Tauri v2 requires explicit permission grants. The SidecarSetup component uses listen() from @tauri-apps/api/event to receive download progress, which requires core:event:allow-listen. Added default capability with core, event, shell, dialog, and process permissions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"identifier": "default",
|
|
"description": "Default permissions for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:default",
|
|
"core:event:allow-listen",
|
|
"core:event:allow-emit",
|
|
"shell:default",
|
|
"dialog:default",
|
|
"process:default"
|
|
]
|
|
}
|