mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[PALEMOON] Linux gets emojis too
This commit is contained in:
parent
3af3620e98
commit
2dba56a345
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
if CONFIG['OS_ARCH'] in ('WINNT'):
|
||||
if CONFIG['OS_ARCH'] in ('WINNT', 'Linux'):
|
||||
DIST_SUBDIR = ''
|
||||
FINAL_TARGET_FILES.fonts += [
|
||||
'TwemojiMozilla.ttf'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue