Files
tauri-plugins-workspace/examples/api/src-tauri/capabilities/desktop.json
T
2024-02-19 17:10:49 -03:00

15 lines
407 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "run-app-desktop",
"description": "Permissions to run the app (desktop only)",
"windows": ["main"],
"platforms": ["linux", "macOS", "windows"],
"permissions": [
"cli:default",
"updater:default",
"global-shortcut:allow-unregister",
"global-shortcut:allow-register",
"global-shortcut:allow-unregister-all"
]
}