mirror of
https://github.com/readest/readest.git
synced 2026-05-01 21:10:43 +00:00
10 lines
227 B
JSON
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"
|
|
]
|
|
}
|