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 .