Skip to content
Snippets Groups Projects
Verified Commit b13cdbda authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 1814416: Generalize the app name in about:buildconfig. r=ahochheiden

Now it displays app display name, instead of having Firefox hardcoded.

Differential Revision: https://phabricator.services.mozilla.com/D168562
parent cb67de40
Branches
Tags
1 merge request!636Bug 41757: Rebased Tor Browser alpha to 102.11.0esr
......@@ -18,7 +18,7 @@
<body>
<div class="container">
<h1>Build Configuration</h1>
<p>Please be aware that this page doesn't reflect all the options used to build Firefox.</p>
<p>Please be aware that this page doesn't reflect all the options used to build @MOZ_APP_DISPLAYNAME@.</p>
#ifdef MOZ_SOURCE_URL
<h2>Source</h2>
<p>Built from <a href="@MOZ_SOURCE_URL@">@MOZ_SOURCE_URL@</a></p>
......
......@@ -10,7 +10,7 @@ for var in ("CC", "CC_VERSION", "CXX", "RUSTC", "RUSTC_VERSION"):
if CONFIG[var]:
DEFINES[var] = CONFIG[var]
for var in ("MOZ_CONFIGURE_OPTIONS",):
for var in ("MOZ_CONFIGURE_OPTIONS", "MOZ_APP_DISPLAYNAME"):
DEFINES[var] = CONFIG[var]
if CONFIG["MOZ_ANDROID_FAT_AAR_ARCHITECTURES"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment