From 6267780d2d95e7991eaaf18fbb9090ec1c526563 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 25 Mar 2021 10:24:15 +0100 Subject: [PATCH] No longer fetching unity-menubar.patch --- build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sh b/build.sh index de36278..e719fe3 100755 --- a/build.sh +++ b/build.sh @@ -108,9 +108,6 @@ do_patches() { wget -q https://gitlab.com/librewolf-community/browser/linux/-/raw/master/remove_addons.patch if [ $? -ne 0 ]; then exit 1; fi if [ ! -f remove_addons.patch ]; then exit 1; fi - wget -q https://gitlab.com/librewolf-community/browser/linux/-/raw/master/unity-menubar.patch - if [ $? -ne 0 ]; then exit 1; fi - if [ ! -f unity-menubar.patch ]; then exit 1; fi # create mozconfig.. @@ -503,7 +500,7 @@ Use: ./build.sh fetch extract do_patches build package artifacts_win do_patches - create a mozconfig, and patch the source. build - the actual build. artifacts_win - apply .cfg, build the zip file and NSIS setup.exe installer. - artifacts_exp - same as above, but apply experimental config/policy patches. + artifacts_exp - same as above, but also build with experimental config/policy. Linux related functions: