Skip to content

v0.4.3 — robust binary download

Choose a tag to compare

@psoetens psoetens released this 05 Jul 12:31
· 6 commits to main since this release

Small robustness fix on top of v0.4.2.

  • xwau_install_binaries now downloads with curl -fL and removes any partial file + aborts on failure. Previously a transient HTTP error could save an error page (e.g. a 9-byte "Not Found") as the binary, and the cache guard would then keep reusing that garbage — surfacing as "SHA256SUMS.txt: no properly formatted checksum lines found". Now a failed download fails loudly and leaves nothing behind.
  • Test hardening only (no behavior change): test_steam_closed_guard now reliably creates its fake process.

Get it (no git needed)

curl -fL https://github.com/psoetens/xwau-linux/archive/refs/tags/v0.4.3.tar.gz | tar xz
cd xwau-linux-0.4.3

Prebuilt Windows binaries unchanged from v0.3.0–v0.4.2 (carried forward so this tag is self-contained).