
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/2ea13924... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ea13924... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)