mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Allow launching tachidesk-server",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
{
|
|
"identifier": "shell:allow-spawn",
|
|
"allow": [
|
|
{
|
|
"name": "tachidesk-server",
|
|
"cmd": "tachidesk-server"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |