Files
vato007 f388efe667
All checks were successful
build / build (push) Successful in 1m27s
Add basic tauri support
2025-04-29 22:05:14 +09:30

12 lines
207 B
JSON

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