Skip to content

v2.1.1

Latest

Choose a tag to compare

@traktuner traktuner released this 03 Aug 15:13
7f9fe7e

Fixed

  • Installer downloads now fail loudly when Backblaze returns HTTP errors (404/5xx) or captive-portal pages instead of the real executable. Previously curl -L silently saved error pages as install_backblaze.exe, causing Wine to attempt executing HTML with confusing failures. The download now uses curl -fL with retries (--retry 3) and validates the file starts with the MZ PE signature before execution. (#267, thanks @soccerzebra)

Full Changelog: v2.1...v2.1.1