[V1] Fixed Tauri Sidecar Capabilities

This commit is contained in:
Youwes09
2026-02-25 21:51:31 -06:00
parent 817af0d10a
commit 0557f3f2d6
+4 -4
View File
@@ -1,17 +1,17 @@
{ {
"$schema": "../gen/schemas/desktop-schema.json", "$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default", "identifier": "default",
"description": "Allow launching tachidesk-server", "description": "Allow launching suwayomi-server sidecar",
"windows": ["main"], "windows": ["main"],
"permissions": [ "permissions": [
"core:default", "core:default",
"shell:allow-open", "shell:allow-open",
{ {
"identifier": "shell:allow-spawn", "identifier": "shell:allow-execute",
"allow": [ "allow": [
{ {
"name": "tachidesk-server", "name": "suwayomi-server",
"cmd": "tachidesk-server" "sidecar": true
} }
] ]
} }