Commit e150676a authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

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.
parent 93e93362
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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",