[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",
"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
}
]
}