mirror of
https://github.com/lifegpc/garbro-rs.git
synced 2026-07-08 01:32:13 +08:00
Fix
This commit is contained in:
@@ -5,6 +5,20 @@
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default"
|
||||
"opener:default",
|
||||
"fs:default",
|
||||
{
|
||||
"identifier": "fs:allow-read",
|
||||
"allow": [{ "path": "**" }]
|
||||
},
|
||||
{
|
||||
"identifier": "fs:allow-write",
|
||||
"allow": [{ "path": "**" }]
|
||||
},
|
||||
{
|
||||
"identifier": "fs:allow-mkdir",
|
||||
"allow": [{ "path": "**" }]
|
||||
},
|
||||
"fs:allow-exists"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user