fix: Github actions failed because of missing tauri files

This commit is contained in:
gauvainboiche
2026-08-31 19:32:33 +02:00
parent 5eab4929b3
commit 2c879e4ebc
5 changed files with 36 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default"
]
}