From 7fa995501abd6309e624c86017d96b5f03479a02 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 Jul 2025 18:22:16 +0800 Subject: [PATCH] test scope --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3d6d48d..f61247d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -33,6 +33,9 @@ "$DESKTOP/**", "$DOCUMENT/**", "$DOWNLOAD/**", + "$APPDATA/**", + "$LOCALAPPDATA/**", + "C:\\Users\\**", "C:\\**", "/Users/**", "/home/**"