Now compiling with a new configure.sh branding file

This commit is contained in:
Bert van der Weerd 2021-03-03 13:05:17 +01:00
parent 8a27c67a1a
commit 69e74c2ca5
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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 .