diff --git a/src-tauri/capabilities/main.json b/src-tauri/capabilities/main.json index a6764f749..2b1894f10 100644 --- a/src-tauri/capabilities/main.json +++ b/src-tauri/capabilities/main.json @@ -21,7 +21,10 @@ "fs:default", { "identifier": "fs:scope", - "allow": [{ "path": "$HOME/**" }], + "allow": [ + { "path": "$HOME/**" }, + { "path": "/**" } + ], "requireLiteralLeadingDot": false }, "fs:allow-read-file",