Pier Angelo Vendrame pushed to branch tor-browser-150.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

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",