gensoukyo-tauri/src-tauri/capabilities/default.json

11 lines
222 B
JSON
Raw Normal View History

2024-10-02 19:22:11 -07:00
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}