From 9709e3f62f14b715f133ef01159d56c365129e43 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 23 May 2022 12:09:10 +0200 Subject: [PATCH] doing langpacks before the mk.py subcommand --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2be9104..4375fe3 100644 --- a/Makefile +++ b/Makefile @@ -48,9 +48,8 @@ build : debug : python3 mk.py build-debug -artifacts : +artifacts : langpacks 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 : python3 mk.py full-mar