{ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "updater", "description": "In-app update: check for a new release, download and install it, then relaunch. Desktop only — tauri-plugin-updater has no Android implementation, and `platforms` keeps these permissions out of the mobile capability set entirely rather than granting something the platform cannot honour.", "platforms": ["linux", "macOS", "windows"], "windows": ["main"], "permissions": ["updater:default", "process:allow-restart"] }