[Pale-Moon] Issue #1733 - Provide default ua-update.json for dynamic user-agent updates

This commit is contained in:
JustOff 2020-03-05 15:17:48 +02:00 • committed by Roy Tam
commit ab737129d8
3 changed files with 6 additions and 1 deletions

View file

@ -19,7 +19,10 @@ if CONFIG['LIBXUL_SDK']:
SOURCES += ['nsBrowserApp.cpp']
FINAL_TARGET_FILES += ['blocklist.xml']
FINAL_TARGET_FILES += [
'blocklist.xml',
'ua-update.json'
]
FINAL_TARGET_FILES.defaults += ['permissions']
FINAL_TARGET_FILES.defaults.profile += ['profile/prefs.js']