From 950a2262d58c1e4b9b0af299558e0e7d22edf810 Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 4 Nov 2024 20:23:48 +1030 Subject: [PATCH] Allow all files to be opened in desktop app --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2d911f9..28775e0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,7 +14,8 @@ "allowlist": { "all": false, "fs": { - "all": true + "all": true, + "scope": ["**"] }, "dialog": { "all": true