readest/apps/readest-app/src-tauri/capabilities/desktop.json
2024-12-30 09:37:01 +01:00

10 lines
227 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "desktop-capability",
"windows": ["main"],
"platforms": ["linux", "macOS", "windows"],
"permissions": [
"updater:default",
"cli:default"
]
}