doing langpacks before the mk.py subcommand
This commit is contained in:
parent
5a14f06435
commit
9709e3f62f
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -48,9 +48,8 @@ build :
|
||||||
debug :
|
debug :
|
||||||
python3 mk.py build-debug
|
python3 mk.py build-debug
|
||||||
|
|
||||||
artifacts :
|
artifacts : langpacks
|
||||||
python3 mk.py artifacts
|
python3 mk.py artifacts
|
||||||
(cd librewolf-$(shell cat version)-$(shell cat source_release) && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales)
|
|
||||||
|
|
||||||
full-mar :
|
full-mar :
|
||||||
python3 mk.py full-mar
|
python3 mk.py full-mar
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue