Fixed
- Installer downloads now fail loudly when Backblaze returns HTTP errors (404/5xx) or captive-portal pages instead of the real executable. Previously
curl -Lsilently saved error pages asinstall_backblaze.exe, causing Wine to attempt executing HTML with confusing failures. The download now usescurl -fLwith retries (--retry 3) and validates the file starts with theMZPE signature before execution. (#267, thanks @soccerzebra)
Full Changelog: v2.1...v2.1.1