Files
SteamDepotDownloaderGUI/src-tauri/capabilities/default.json
Maarten van Heusden e7f4d6c0b3 chore: add vectum base
2024-09-16 18:53:40 +02:00

12 lines
264 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:default"
]
}