Fix tauri permission for reading files

- required for sharing logs and repo with feedback
This commit is contained in:
Mattias Granlund 2024-10-31 11:03:33 +01:00
parent 000a9fa248
commit 1c8d30f40e
2 changed files with 2 additions and 7 deletions

View File

@ -9,6 +9,8 @@
"core:window:allow-start-dragging",
"core:window:default",
"dialog:allow-open",
"fs:allow-read-file",
"fs:allow-cache-read-recursive",
"log:default",
"process:default",
"shell:allow-open",

View File

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