Files
codeg/src-tauri/capabilities/desktop.json
2026-03-27 13:05:27 +08:00

19 lines
256 B
JSON

{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"windows": [
"welcome",
"folder-*",
"commit-*",
"settings",
"project-boot"
],
"permissions": [
"window-state:default"
]
}