From 537d477b30be53058d22b66ee5141646fb2007d9 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 5 Apr 2018 07:38:30 -0400 Subject: [PALEMOON] Fix preprocessing on preferences --- application/palemoon/branding/shared/branding.mozbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/palemoon/branding') 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" -- cgit v1.2.3