Update Makefile
This commit is contained in:
parent
430cda40b1
commit
5a14f06435
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ debug :
|
||||||
|
|
||||||
artifacts :
|
artifacts :
|
||||||
python3 mk.py artifacts
|
python3 mk.py artifacts
|
||||||
(cd librewolf-$(shell cat version)-$(shell cat source_release) && ./mach build && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales)
|
(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