mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
42eadf3cbf
Differential Revision: https://phabricator.services.mozilla.com/D212388
14 lines
679 B
Bash
Executable File
14 lines
679 B
Bash
Executable File
#! /bin/sh
|
|
# 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_DISPLAYNAME will be set by branding/configure.sh
|
|
# MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
|
|
# specified. It should never point to the "official" branding directory.
|
|
# For mozilla-beta, mozilla-release, or mozilla-central repositories, use
|
|
# "unofficial" branding.
|
|
# For the mozilla-aurora repository, use "aurora".
|
|
MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
|