mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
[PALEMOON] Move linux icons to moz.build
This commit is contained in:
parent
2dba56a345
commit
4a5df0d8e9
2 changed files with 6 additions and 8 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue