blob: af0d682e8d032df3e64fbcbbd710c023c6423029 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# HG changeset patch
# User Daniel Darnell <daniel@thunderbird.net>
# Date 1750358329 25200
# Node ID 68f59e2fec41c8c2e6b89de9a119a862a8358add
# Parent 275763c890c435d54bfc540dbd26bed5e170cd4a
Bug 1973073 - Temporarily hard-code MOZ_OFFICIAL_BRANDING_DIRECTORY into confvars.sh (for comm-release). rs=bustage-fix a=dandarnell
diff --git comm/mail/confvars.sh comm/mail/confvars.sh
--- comm/mail/confvars.sh
+++ comm/mail/confvars.sh
@@ -1,9 +1,9 @@
#! /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_BRANDING_DIRECTORY=comm/mail/branding/nightly
# This is a temporary hard-coded measure to accomodate MSIX repackaging
-MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/tb_beta
+MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/thunderbird
|