[PALEMOON] Move linux icons to moz.build

This commit is contained in:
NTD 2018-04-14 14:26:29 -04:00 committed by Roy Tam
commit 4a5df0d8e9
2 changed files with 6 additions and 8 deletions

View file

@ -45,6 +45,12 @@ def ApplicationBranding():
'default48.png',
'mozicon128.png',
]
FINAL_TARGET_FILES.icons += ['mozicon128.png']
FINAL_TARGET_FILES.chrome.icons.default += [
'default16.png',
'default32.png',
'default48.png',
]
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']