Pier Angelo Vendrame pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor 
Project / Applications / Tor Browser


Commits:
2ea13924 by Pier Angelo Vendrame at 2023-08-17T13:16:41+02:00
fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser

Bug 41967: Add a Makefile recipe to create multi-lingual dev builds

- - - - -


1 changed file:

- tools/torbrowser/build.sh


Changes:

=====================================
tools/torbrowser/build.sh
=====================================
@@ -4,4 +4,12 @@ DEV_ROOT=$1
 
 cd $DEV_ROOT
 ./mach build
-./mach build stage-package
+
+if [ -z "$LOCALES" ]; then
+  ./mach build stage-package
+else
+  export MOZ_CHROME_MULTILOCALE=$LOCALES
+  # No quotes on purpose
+  ./mach package-multi-locale --locales en-US $MOZ_CHROME_MULTILOCALE
+  AB_CD=multi ./mach build stage-package
+fi



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ea13924ec4905049d172763393700b504101547

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ea13924ec4905049d172763393700b504101547
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to