Files
SteamDepotDownloaderGUI/src-tauri/capabilities/default.json
2024-11-17 13:31:13 +01:00

13 lines
295 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open",
"dialog:default",
"shell:allow-execute",
"shell:allow-spawn"
]
}