Files
SteamDepotDownloaderGUI/src-tauri/capabilities/default.json
2024-12-22 19:23:59 +01:00

15 lines
303 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"
]
}