mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 18:49:11 +03:00
Fix tauri permission for reading files
- required for sharing logs and repo with feedback
This commit is contained in:
parent
000a9fa248
commit
1c8d30f40e
@ -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",
|
||||
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"identifier": "migrated",
|
||||
"description": "permissions that were migrated from v1",
|
||||
"local": true,
|
||||
"windows": ["main"],
|
||||
"permissions": ["core:default"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user