release: pin the wrapper to firefox-10
firefox-10 is published: the in-binary headless window cloak (Windows DWMWA_CLOAK, macOS NSWindow alpha-0, Linux keeps Xvfb) and the WebGL readPixels gamma remap that clears pixelscan's masking flag. Validated against the built binary — validate_release (linux+win), full e2e (128 passed), fppro ALL CRITICAL CLEAN, consistency PASS, and the cloak gate green on all 5 targets (macOS via CGWindowAlpha).
This commit is contained in:
@@ -7,7 +7,7 @@ bugfixes don't force a multi-hour Firefox rebuild.
|
||||
from __future__ import annotations
|
||||
|
||||
# Bump this when a new patched Firefox build is released on GitHub.
|
||||
BINARY_VERSION: str = "firefox-9"
|
||||
BINARY_VERSION: str = "firefox-10"
|
||||
|
||||
# Releases known to be broken — ensure_binary() refuses them with a clear error
|
||||
# instead of handing the user an unusable binary. firefox-8 was packaged without
|
||||
|
||||
Reference in New Issue
Block a user