Windows
Windows auto-update
AstraTerm uses electron-updater with a generic provider. Manifests and installers are served from static hosting—follow the publish script order religiously.
- Update manifest: `/downloads/windows/latest.yml` (plus your public host prefix).
- Installer + blockmap: `/downloads/windows/astraterm-<version>-setup-x64.exe` and the matching `.blockmap`.
- `latest.yml` must land after binaries or clients may 404 or fetch partial files.
- Entry script: `scripts/publish-windows.sh` in the product repository.
Full operator notes live in the repo: docs/windows-oss-release.md