From 01e0925d141c0525f9b3f0598079321d657ae63b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 25 Nov 2021 16:16:09 +0100 Subject: [PATCH] bugfixes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c7397f..6a219b2 100644 --- a/Makefile +++ b/Makefile @@ -66,4 +66,5 @@ librewolf : librewolf-$(version).source$(ext) tar xf librewolf-$(version).source$(ext) rm -rf librewolf mv librewolf-$(version) librewolf - (cd librewolf && ./mach build && ./mach package) + #TODO: (cd librewolf && ./mach build && ./mach package) + (cd librewolf && python3 lw-assets/build-librewolf.py $(version))