Pier Angelo Vendrame pushed to branch base-browser-145.0a1-16.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
a4067c6f
by Pier Angelo Vendrame at 2025-11-26T17:26:22+01:00
1 changed file:
Changes:
| ... | ... | @@ -197,8 +197,7 @@ def android_archive_geckoview(command_context, args): |
| 197 | 197 | |
| 198 | 198 | if ret != 0:
|
| 199 | 199 | return ret
|
| 200 | - if "MOZ_AUTOMATION" in os.environ:
|
|
| 201 | - create_maven_archive(command_context.topobjdir)
|
|
| 200 | + create_maven_archive(command_context.topobjdir)
|
|
| 202 | 201 | |
| 203 | 202 | return 0
|
| 204 | 203 |