Files
15736060610 4654f36202
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled
项目迁移
2026-03-14 21:11:59 +08:00

30 lines
596 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default",
"store:default",
"shell:default",
"shell:allow-execute",
"shell:allow-spawn",
"shell:allow-kill",
"shell:allow-open",
{
"identifier": "shell:allow-spawn",
"allow": [
{
"name": "core",
"cmd": "core.exe",
"args": true
}
]
},
"notification:default",
"dialog:default"
]
}