From daa1bac3e61c550995cdfd05edf6377fb2d8e852 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Mon, 6 Jan 2025 16:40:38 -0500 Subject: [PATCH] Fix disallowed directories --- src-tauri/capabilities/default.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index e2aed5b..e799015 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -25,6 +25,9 @@ }, { "path": "$DESKTOP/*" + }, + { + "path": "**/*" } ] }, @@ -42,6 +45,9 @@ }, { "path": "$DESKTOP/*" + }, + { + "path": "**/*" } ] }, @@ -59,6 +65,9 @@ }, { "path": "$DESKTOP/*" + }, + { + "path": "**/*" } ] },