← All releases
Attyx

Attyx v0.3.2

Attyx v0.3.2

Windows Installer Fix

The self-extracting installer (attyx-setup.exe) was shipping without its payload — the setup UI would launch but immediately fail with “Payload not found.” This affected all Windows downloads since v0.3.0.

The root cause was a build pipeline issue where the compressed payload wasn’t being appended to the installer binary. The installer also couldn’t handle the exe+zip layout even if the payload was present, due to a limitation in the zip library used for extraction.

Both issues are fixed. The installer now works as a single download-and-run exe as originally intended.