From 2f6efbed637ccf3c8558a231dff1bbe7aa47afe6 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Sun, 20 Mar 2022 13:16:50 +0800
Subject: [PATCH] chore: tauri allowList

---
 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 0ebd895..b1d3d19 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -64,6 +64,9 @@
       },
       "window": {
         "all": true
+      },
+      "process": {
+        "all": true
       }
     },
     "windows": [
-- 
GitLab