diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index a45c367..8b2a0be 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -1,17 +1,17 @@ { "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", - "description": "Allow launching tachidesk-server", + "description": "Allow launching suwayomi-server sidecar", "windows": ["main"], "permissions": [ "core:default", "shell:allow-open", { - "identifier": "shell:allow-spawn", + "identifier": "shell:allow-execute", "allow": [ { - "name": "tachidesk-server", - "cmd": "tachidesk-server" + "name": "suwayomi-server", + "sidecar": true } ] }