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/app/moz.build | 2 +- application/palemoon/branding/shared/branding.mozbuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'application') diff --git a/application/palemoon/app/moz.build b/application/palemoon/app/moz.build index f9955c097..8b358b622 100644 --- a/application/palemoon/app/moz.build +++ b/application/palemoon/app/moz.build @@ -9,7 +9,7 @@ DIRS += ['profile/extensions'] GeckoProgram(CONFIG['MOZ_APP_NAME']) -JS_PREFERENCE_FILES += [ +JS_PREFERENCE_PP_FILES += [ 'profile/palemoon.js', ] 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