Merge remote-tracking branch 'origin/main'

# Conflicts:
#	src-tauri/tauri.conf.json
This commit is contained in:
KingRainbow44
2022-05-08 22:47:42 -04:00
6 changed files with 102 additions and 319 deletions

View File

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