Electron update feed
electron-builder generic-provider feed. `file` is `latest.yml`, `latest-mac.yml` or `latest-linux.yml`. Point `publish.provider: generic` at `/e/{appRef}/{channel}`.
electron-builder generic-provider feed. file is latest.yml,
latest-mac.yml or latest-linux.yml. Point
publish.provider: generic at /e/{appRef}/{channel}.
Path Parameters
Value in
- "latest.yml"
- "latest-mac.yml"
- "latest-linux.yml"
Response Body
text/yaml
application/json
curl -X GET "https://example.com/e/string/string/latest.yml""string"{ "error": "Unknown app"}Device update check GET
The entire client contract. `200` returns an update manifest, `204` means up to date or not in the current rollout cohort. Every check doubles as the heartbeat behind the fleet dashboard. This endpoint **is** Tauri's dynamic-updater contract.
Release-notes feed (RSS) GET
The release-notes feed as RSS 2.0. Subscribe to an app's changelog from any feed reader or a Slack RSS integration. Same data as the JSON feed. No auth, CORS-open, cached 60s.