Files
cloakhq--cloakbrowser/tests
CloakHQ 1247828889 feat(download): ship macOS Pro binary, drop the macOS free-fallback stopgap
The macOS Pro build (darwin arm64 + Intel) is now served alongside Linux and
Windows, so a Pro license downloads the latest binary on macOS like every
other platform.

Reverts the v0.4.2 stopgap that, on macOS only, silently fell back to the free
binary when the Pro download returned 404 (there was no macOS Pro build yet). A
valid license now hard-fails on any Pro download error on every platform — no
silent downgrade — restoring the wrapper's stated invariant. Applied across the
Python, JS, and .NET wrappers; removes the now-unused DownloadHttpError type and
its tests.

README: macOS listed as available for Pro.
2026-06-24 00:37:49 +02:00
..