Pier Angelo Vendrame pushed to branch tor-browser-150.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: c863c961 by Pier Angelo Vendrame at 2026-05-05T08:31:02+02:00 amend! !fixup TB 44850 Fix MacOS typos in post_build tor setup and re-codesign fixup! BB 43564: Modify ./mach bootstrap for Base Browser TB 44850: Fix macOS paths in ./mach bootstrap. - - - - - 1 changed file: - python/mozbuild/mozbuild/backend/base.py Changes: ===================================== python/mozbuild/mozbuild/backend/base.py ===================================== @@ -290,7 +290,11 @@ class BuildBackend(LoggingMixin): if app == "browser": if config.substs.get("OS_TARGET") == "Darwin": - tbdir = Path(config.topobjdir) / "dist" / config.substs["MOZ_MACBUNDLE_NAME"] + tbdir = ( + Path(config.topobjdir) + / "dist" + / config.substs["MOZ_MACBUNDLE_NAME"] + ) paths = { "docs": tbdir / "Contents/Resources/TorBrowser/Docs", "exts": tbdir / "Contents/Resources/distribution/extensions", View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c863c961... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c863c961... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)