feat(desktop): expand file system access permissions to all paths, to be able to read from other drives (#138)

This commit is contained in:
Huakun 2025-02-18 03:56:48 -05:00 committed by GitHub
parent eeeeaf1822
commit ba36b6226a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,28 +111,7 @@
"identifier": "fs:scope",
"allow": [
{
"path": "$DESKTOP"
},
{
"path": "$DESKTOP/**"
},
{
"path": "$DOWNLOAD"
},
{
"path": "$DOWNLOAD/**"
},
{
"path": "$DOCUMENT"
},
{
"path": "$DOCUMENT/**"
},
{
"path": "$TEMP/**"
},
{
"path": "$TEMP"
"path": "**/*"
}
]
},