mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-03 18:44:39 +00:00
fix: update branding options in mozconfig and adjust JS preference handling
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Browser branding
|
||||
ac_add_options --with-app-name=${binName}
|
||||
ac_add_options --with-app-basename=Zen
|
||||
ac_add_options --enable-official-branding
|
||||
|
||||
# Localization (Must be an absolute path)
|
||||
ac_add_options --with-l10n-base="${topsrcdir}/browser/locales"
|
||||
|
||||
13
src/browser/branding/branding-common-mozbuild.patch
Normal file
13
src/browser/branding/branding-common-mozbuild.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/browser/branding/branding-common.mozbuild b/browser/branding/branding-common.mozbuild
|
||||
index a38663a3dc1ebe0c0817945efc2f72018bc1b3c7..8d9d314a718018ae074f1fb89d93dbfdcc51f36f 100644
|
||||
--- a/browser/branding/branding-common.mozbuild
|
||||
+++ b/browser/branding/branding-common.mozbuild
|
||||
@@ -12,7 +12,7 @@ def FirefoxBranding():
|
||||
"pref/firefox-branding.js",
|
||||
]
|
||||
else:
|
||||
- JS_PREFERENCE_FILES += [
|
||||
+ JS_PREFERENCE_PP_FILES += [
|
||||
"pref/firefox-branding.js",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user