From be15cb6ad8f5637f85db0b38bacb6a19aacc6369 Mon Sep 17 00:00:00 2001 From: Youwes09 Date: Wed, 25 Feb 2026 21:56:05 -0600 Subject: [PATCH] [V1] Patched Tauri Capabilities Permissions --- src-tauri/capabilities/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 17db905..4d8025a 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -6,8 +6,9 @@ "permissions": [ "core:default", "shell:allow-open", + "shell:allow-kill", { - "identifier": "shell:allow-execute", + "identifier": "shell:allow-spawn", "allow": [ { "name": "binaries/suwayomi-server",