Version 0.7.0 (2024-07-25)
Release Notes
This release improves debugging for users who use axoupdater as a crate and who
disable printing stdout/stderr from the installer. If the installer runs but
fails, we now return a new error type which contains the stderr/stdout and exit
status from the underlying installer; this can be used by callers to help
identify what failed.
This release also introduces a debugging feature for the standalone installer.
It's now possible to override which installer to use by setting the
AXOUPDATER_INSTALLER_PATH
environment variable to the path on disk of the
installer to use. A similar feature was already available to library users
using the AxoUpdater::configure_installer_path
method.
Download axoupdater-cli 0.7.0
File | Platform | Checksum |
---|---|---|
axoupdater-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
axoupdater-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
axoupdater-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
axoupdater-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
axoupdater-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
axoupdater-cli-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
axoupdater-cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |