chore: setup tauri v2

This commit is contained in:
2024-07-17 12:12:26 +02:00
parent 4162e55b83
commit 8ef713ccf2
32 changed files with 303 additions and 2 deletions

View File

@ -0,0 +1,17 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"image:default",
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open"
]
}