24f3e5f454
Регистрируется только под cfg(desktop) — Android/iOS самообновление запрещено политиками сторов, там плагин не подключается вообще. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
407 B
JSON
12 lines
407 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "updater",
|
|
"description": "Автообновление — только десктоп (Windows/macOS/Linux). Мобильные сборки обновляются через сторы.",
|
|
"windows": ["main"],
|
|
"platforms": ["macOS", "windows", "linux"],
|
|
"permissions": [
|
|
"updater:default",
|
|
"process:allow-restart"
|
|
]
|
|
}
|