https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 437e14f444032f91bc3cb2f81219295a6c33cd98 authored by ffxbld on 20 April 2016, 21:12:29 UTC
Added FIREFOX_38_8_0esr_RELEASE FIREFOX_38_8_0esr_BUILD1 tag(s) for changeset 915e8b26a01e. DONTBUILD CLOSED TREE a=release
Tip revision: 437e14f
confvars.sh
#! /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_NAME=mozilla
MOZ_APP_DISPLAYNAME=Mozilla
MOZ_APP_VERSION=$MOZILLA_VERSION
back to top