Files
court-pilot/src-tauri/capabilities/default.json
T
tothbt b9ac324d21
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / windows (push) Canceled after 0s
Build and Release Court Pilot / snap (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s
release 1.1.3
2026-09-06 11:08:16 +02:00

13 lines
247 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default",
"process:default",
"os:default"
]
}