From 69e74c2ca538e86138dc51ec56bfc690f18ce1fc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 3 Mar 2021 13:05:17 +0100 Subject: [PATCH] Now compiling with a new configure.sh branding file --- branding_files/configure.sh | 16 ++++++++++++++++ build.sh | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 branding_files/configure.sh diff --git a/branding_files/configure.sh b/branding_files/configure.sh new file mode 100644 index 0000000..7b6fa5f --- /dev/null +++ b/branding_files/configure.sh @@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MOZ_APP_NAME=librewolf +MOZ_APP_BASENAME=LibreWolf +MOZ_APP_PROFILE=LibreWolf +MOZ_APP_VENDOR="LibreWolf community" +MOZ_APP_DISPLAYNAME=LibreWolf +MOZ_APP_REMOTINGNAME=librewolf +MOZ_DEV_EDITION=1 +MOZ_TELEMETRY_REPORTING= +MOZ_SERVICES_HEALTHREPORT= +MOZ_NORMANDY= +MOZ_REQUIRE_SIGNING= +MOZ_DEFAULT_BROWSER_AGENT=0 diff --git a/build.sh b/build.sh index d6af9c9..685e92d 100644 --- a/build.sh +++ b/build.sh @@ -144,6 +144,8 @@ END # copy branding resources cp -r ../common/source_files/* ./ + # new branding stuff + cp ../branding_files/configure.sh browser/branding/librewolf # just a straight copy for now.. cp ../mozconfig .