setting home path now works
This commit is contained in:
parent
75d172fc3f
commit
2ac3c9a45a
16 changed files with 764 additions and 71 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue