From ac9e88ec76bfb656508b48f771c1f11cd78a4a55 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 7 Feb 2021 12:40:43 +0100 Subject: [PATCH] fix librewolf icon issue --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b09c882..d5bfe1d 100644 --- a/build.sh +++ b/build.sh @@ -121,7 +121,7 @@ END # FIXME: on windows: the stubinstaller folder is missing from the librewolf branding folder. # this might be a bug in FF however as it seems to take missing branding resources from # the nightly branding. We probably want this stuff merged into the 'common' submodule. - cp -r ../missing_branding_files/stubinstaller browser/branding/librewolf + cp -r ../missing_branding_files/* browser/branding/librewolf # just a straight copy for now.. cp ../mozconfig .mozconfig