[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-150.0a1-16.0-2] amend! !fixup TB 44850 Fix MacOS typos in post_build tor setup and re-codesign



Title: GitLab

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:

Changes:

  • python/mozbuild/mozbuild/backend/base.py
    ... ... @@ -290,7 +290,11 @@ class BuildBackend(LoggingMixin):
    290 290
     
    
    291 291
             if app == "browser":
    
    292 292
                 if config.substs.get("OS_TARGET") == "Darwin":
    
    293
    -                tbdir = Path(config.topobjdir) / "dist" / config.substs["MOZ_MACBUNDLE_NAME"]
    
    293
    +                tbdir = (
    
    294
    +                    Path(config.topobjdir)
    
    295
    +                    / "dist"
    
    296
    +                    / config.substs["MOZ_MACBUNDLE_NAME"]
    
    297
    +                )
    
    294 298
                     paths = {
    
    295 299
                         "docs": tbdir / "Contents/Resources/TorBrowser/Docs",
    
    296 300
                         "exts": tbdir / "Contents/Resources/distribution/extensions",
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx