mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
[PALEMOON] Fix preprocessing on preferences
This commit is contained in:
parent
f3e221a6ac
commit
af609b757b
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ DIRS += ['profile/extensions']
|
||||||
|
|
||||||
GeckoProgram(CONFIG['MOZ_APP_NAME'])
|
GeckoProgram(CONFIG['MOZ_APP_NAME'])
|
||||||
|
|
||||||
JS_PREFERENCE_FILES += [
|
JS_PREFERENCE_PP_FILES += [
|
||||||
'profile/palemoon.js',
|
'profile/palemoon.js',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@template
|
@template
|
||||||
def ApplicationBranding():
|
def ApplicationBranding():
|
||||||
JS_PREFERENCE_FILES += [
|
JS_PREFERENCE_PP_FILES += [
|
||||||
'pref/palemoon-branding.js',
|
'pref/palemoon-branding.js',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -49,4 +49,4 @@ def ApplicationBranding():
|
||||||
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
|
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
|
||||||
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
|
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
|
||||||
DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U']
|
DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U']
|
||||||
DEFINES['MOZILLA_COMPATVERSION_U'] = CONFIG['MOZILLA_COMPATVERSION_U']
|
DEFINES['MOZILLA_COMPATVERSION_U'] = "52.9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue