setting home path now works

This commit is contained in:
Iaphetes 2025-03-08 19:50:09 +01:00
parent 75d172fc3f
commit 2ac3c9a45a
16 changed files with 764 additions and 71 deletions

View file

@ -8,13 +8,18 @@
"permissions": [
{
"identifier": "fs:allow-read",
"allow": [{ "path": "$HOME/**" }]
"allow": [
{
"path": "$HOME/**"
}
]
},
"core:default",
"shell:allow-open",
"log:default",
"fs:allow-home-read-recursive",
"fs:scope-home-recursive",
"fs:read-all"
"fs:read-all",
"dialog:default"
]
}
}