Добавляет tauri-plugin-updater/process (desktop-only)

Регистрируется только под cfg(desktop) — Android/iOS самообновление
запрещено политиками сторов, там плагин не подключается вообще.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 16:36:39 +07:00
parent 948f15d44a
commit 24f3e5f454
4 changed files with 173 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "updater",
"description": "Автообновление — только десктоп (Windows/macOS/Linux). Мобильные сборки обновляются через сторы.",
"windows": ["main"],
"platforms": ["macOS", "windows", "linux"],
"permissions": [
"updater:default",
"process:allow-restart"
]
}