Now compiling with a new configure.sh branding file
This commit is contained in:
parent
8a27c67a1a
commit
69e74c2ca5
2 changed files with 18 additions and 0 deletions
16
branding_files/configure.sh
Normal file
16
branding_files/configure.sh
Normal 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
|
||||||
2
build.sh
2
build.sh
|
|
@ -144,6 +144,8 @@ END
|
||||||
|
|
||||||
# copy branding resources
|
# copy branding resources
|
||||||
cp -r ../common/source_files/* ./
|
cp -r ../common/source_files/* ./
|
||||||
|
# new branding stuff
|
||||||
|
cp ../branding_files/configure.sh browser/branding/librewolf
|
||||||
|
|
||||||
# just a straight copy for now..
|
# just a straight copy for now..
|
||||||
cp ../mozconfig .
|
cp ../mozconfig .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue