auto-git:

[change] src-tauri/Cargo.toml
 [change] src-tauri/capabilities/default.json
 [change] src-tauri/src/main.rs
 [change] src/desktop/desktopApi.js
This commit is contained in:
2026-05-06 05:20:43 +02:00
parent 3c4a49b38c
commit 570cc67725
4 changed files with 420 additions and 42 deletions

View File

@@ -2,5 +2,11 @@
"identifier": "default",
"description": "Default capability for the Heimgeist Tauri migration spike.",
"windows": ["main"],
"permissions": ["core:default"]
"permissions": [
"core:default",
"dialog:allow-open",
"opener:allow-default-urls",
"opener:allow-open-path",
"opener:allow-open-url"
]
}