From 3efa276b9006a2edbaf3b1418f072db58686d2dc Mon Sep 17 00:00:00 2001 From: Borber Date: Wed, 29 Nov 2023 10:18:46 +0800 Subject: [PATCH] [mod] Remove unnecessary permissions --- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 10e4810..94e6e90 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -13,8 +13,8 @@ tauri-build = { version = "1.5", features = [] } [dependencies] tauri = { version = "1.5", features = [ + "process-exit", "global-shortcut-all", - "process-all", "system-tray", "window-all", "shell-open", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d1c3db8..6077f16 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -21,7 +21,7 @@ "all": true }, "process": { - "all": true + "exit": true }, "globalShortcut": { "all": true