mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +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
|
|
@ -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']
|
||||
DEFINES['MOZILLA_COMPATVERSION_U'] = "52.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue