feat: add tauri to codebase
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Radical 2025-07-05 22:17:11 +02:00
parent aa335b086a
commit 17bea40d9a
30 changed files with 9300 additions and 21 deletions

View file

@ -0,0 +1,11 @@
{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": [
"main"
],
"permissions": [
"core:default"
]
}