From 9f241da2d721b692ab92602aeee6967e421f63cb Mon Sep 17 00:00:00 2001 From: Piotr Bednarski Date: Sat, 2 Aug 2025 13:13:27 +0200 Subject: [PATCH] Add global file system access to capabilities --- src-tauri/capabilities/main.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",