Expand description
Self-update and update-check system for par-term terminal emulator.
Provides:
manifest: File tracking for bundled assets (shaders, shell integration)update_checker: GitHub release polling with configurable frequencyself_updater: In-place binary replacement for standalone installsinstall_methods: Installation type detection and platform-specific binary replacementbinary_ops: Asset name resolution, SHA256 verification, download URLs
Modulesยง
- binary_
ops - Binary download, hash verification, and cleanup operations for self-update.
- http
- HTTP client helper with native-tls support for the self-update subsystem.
- install_
methods - Installation type detection and platform-specific binary installation strategies.
- manifest
- Manifest system for tracking bundled files.
- self_
updater - Self-update orchestration for par-term.
- update_
checker - Automatic update checking for par-term.