Add basic tauri support
All checks were successful
build / build (push) Successful in 1m27s

This commit is contained in:
2025-04-29 22:05:14 +09:30
parent 7bc6ca8a39
commit f388efe667
27 changed files with 5118 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default"
]
}