Skip to content
Snippets Groups Projects
Verified Commit 4a8da4f3 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser

Bug 41967: Add a Makefile recipe to create multi-lingual dev builds
parent 96d74dd2
No related branches found
No related tags found
1 merge request!734Bug 42030: Rebased 13.0 alpha onto Firefox 115.2.0esr
......@@ -4,4 +4,12 @@ DEV_ROOT=$1
cd $DEV_ROOT
./mach build
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment