Files
recText/src-tauri/capabilities/default.json
T
ben dbd7754dae Add Tauri CLI, app icons, and packaging config.
Wire up local build scripts and lockfiles so the desktop app can be developed and bundled consistently.
2026-08-12 13:00:30 +02:00

12 lines
261 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability set for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-execute",
"shell:allow-open"
]
}