Files
DeEarthX-V3/front/src-tauri/capabilities/default.json
2025-09-14 21:20:39 +08:00

27 lines
524 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-open",
{
"identifier": "shell:allow-execute",
"allow": [
{
"name": "core",
"cmd": "core.exe",
"args": true
}
]
}
]
}