summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/shared/branding.mozbuild
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/branding/shared/branding.mozbuild')
-rw-r--r--application/palemoon/branding/shared/branding.mozbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/branding/shared/branding.mozbuild b/application/palemoon/branding/shared/branding.mozbuild
index 0b99ec223..fc832dbe7 100644
--- a/application/palemoon/branding/shared/branding.mozbuild
+++ b/application/palemoon/branding/shared/branding.mozbuild
@@ -6,7 +6,7 @@
@template
def ApplicationBranding():
- JS_PREFERENCE_FILES += [
+ JS_PREFERENCE_PP_FILES += [
'pref/palemoon-branding.js',
]
@@ -49,4 +49,4 @@ def ApplicationBranding():
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U']
- DEFINES['MOZILLA_COMPATVERSION_U'] = CONFIG['MOZILLA_COMPATVERSION_U'] \ No newline at end of file
+ DEFINES['MOZILLA_COMPATVERSION_U'] = "52.9"