fix perms

This commit is contained in:
SpikeHD
2022-05-08 19:58:32 -07:00
parent 64cac750f9
commit 630c7ab811
3 changed files with 316 additions and 17 deletions

View File

@@ -12,26 +12,14 @@
},
"tauri": {
"allowlist": {
"window": {
"all": true
},
"fs": {
"scope": [
"$DATA",
"$DATA/cultivation",
"$DATA/cultivation/*"
],
"readDir": true,
"readFile": true,
"writeFile": true,
"createDir": true
]
},
"path": {
"all": true
},
"dialog": {
"all": true
}
"all": true
},
"bundle": {
"active": true,