Apographe/src-tauri/capabilities/default.json
Adrian Osterwind 41f011ed58 tauri sample
2024-11-12 13:57:08 +01:00

10 lines
222 B
JSON

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