FCLauncher/FCLauncher.old/src-tauri/capabilities/desktop.json

11 lines
148 B
JSON
Raw Normal View History

2024-10-23 22:24:50 -06:00
{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"permissions": [
"updater:default"
]
}