forked from roytam1/iceape-uxp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
confvars.sh
executable file
·50 lines (44 loc) · 1.46 KB
/
confvars.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#! /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_BASENAME=Iceape-UXP
MOZ_APP_VENDOR=Hyperbola
MOZ_APP_NAME=iceape-uxp
MOZ_APP_DISPLAYNAME=Iceape-UXP
MOZ_COMPOSER=1
MOZ_DISABLE_EXPORT_JS=1
MOZ_SUITE=1
MOZ_BRANDING_DIRECTORY=suite/branding/iceape
MOZ_OFFICIAL_BRANDING_DIRECTORY=suite/branding/iceape
MOZ_UPDATER=1
MOZ_MAILNEWS=1
# This should usually be the same as the value MAR_CHANNEL_ID.
# If more than one ID is needed, then you should use a comma separated list
# of values.
ACCEPTED_MAR_CHANNEL_IDS=iceape-comm-central
# The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
MAR_CHANNEL_ID=iceape-comm-central
MOZ_SERVICES_FXACCOUNTS=1
MOZ_STATIC_BUILD_UNSUPPORTED=1
MOZ_WEBGL_CONFORMANT=1
MOZ_WEBM_ENCODER=1
MOZ_BINARY_EXTENSIONS=1
MOZ_RUST_MP4PARSE=
MOZ_RUST_URLPARSE=
MOZ_DOMINSPECTOR=
# For Iceape-UXP we want to use 52.9.YYYYMMDD as MOZ_APP_VERSION in release
# builds.
MOZ_APP_VERSION=52.9.`date --utc '+%Y%m%d'`
ICEAPEUXP_VERSION=$MOZ_APP_VERSION
MOZ_UA_BUILDID=20100101
MOZ_APP_ID={9184b6fe-4a5c-484d-8b4b-efbfccbfb514}
MOZ_PROFILE_MIGRATOR=1
MOZ_APP_STATIC_INI=1
MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES=1
if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Linux"; then
MOZ_BUNDLED_FONTS=1
fi
# Include the DevTools client, not just the server (which is the default)
MOZ_DEVTOOLS=all