From 3aee69939bb280ea94e9b31e5ef07c1058e3534d Mon Sep 17 00:00:00 2001 From: Youwes09 Date: Wed, 25 Feb 2026 21:52:57 -0600 Subject: [PATCH] [V1] Forgot to add Binaries prefix --- src-tauri/capabilities/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 8b2a0be..17db905 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -10,7 +10,7 @@ "identifier": "shell:allow-execute", "allow": [ { - "name": "suwayomi-server", + "name": "binaries/suwayomi-server", "sidecar": true } ]