From 85f138650feed3c8ccad64a02b5957bff39bd051 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Feb 2021 00:55:03 +0100 Subject: [PATCH] updates --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 81fd5ab..9d8e2ef 100644 --- a/build.sh +++ b/build.sh @@ -108,8 +108,11 @@ END - rm -f ../common/source_files/mozconfig cp -r ../common/source_files/* ./ + # FIXME: this 'mozconfig' file in the 'common' submodule should be removed + # this submodule is purely for the branding. I imagine that we want the + # missing_branding_files into the 'common' submodule. + rm -f mozconfig # FIX: on windows: the stubinstaller folder is missing from the librewolf branding folder. cp -r ../missing_branding_files/stubinstaller browser/branding/librewolf