Skip to content

Commit 342eb01

Browse files
committed
chore(capabilities): fs: allow read text file in networks data dir
1 parent 77936cf commit 342eb01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src-tauri/capabilities/default.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"identifier": "fs:allow-read-dir",
2727
"allow": [{ "path": "$APPLOCALDATA/**" }]
2828
},
29+
{
30+
"identifier": "fs:allow-read-text-file",
31+
"allow": [{ "path": "$APPLOCALDATA/networks/**" }]
32+
},
2933
{
3034
"identifier": "http:default",
3135
"allow": [

0 commit comments

Comments
 (0)