Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
7be3d4ea
by Pier Angelo Vendrame at 2025-09-08T09:35:31+02:00
2 changed files:
Changes:
... | ... | @@ -31,6 +31,10 @@ mv noto-fonts-* noto-fonts |
31 | 31 | cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* NotoSans{JP,KR,SC,TC}-Regular.otf $distdir/
|
32 | 32 | [% END %]
|
33 | 33 | |
34 | +[% IF c("var/linux") || c("var/windows") %]
|
|
35 | + cp NotoColorEmoji.ttf $distdir/
|
|
36 | +[% END %]
|
|
37 | + |
|
34 | 38 | cp "$rootdir/[% c('input_files_by_name/Pyidaungsu') %]" $distdir/
|
35 | 39 | |
36 | 40 | cp README.txt "$distdir/000_README.txt"
|
... | ... | @@ -188,6 +188,9 @@ input_files: |
188 | 188 | - URL: https://github.com/googlefonts/noto-cjk/raw/523d033d6cb47f4a80c58a35753646f5c3608a78/Sans/SubsetOTF/TC/NotoSansTC-Regular.otf
|
189 | 189 | sha256sum: 5bab0cb3c1cf89dde07c4a95a4054b195afbcfe784d69d75c340780712237537
|
190 | 190 | enable: '[% c("var/linux") %]'
|
191 | + - URL: https://github.com/googlefonts/noto-emoji/raw/b3e3051a088047d19fd4d49b1c3ac42fb8c3aaf8/fonts/NotoColorEmoji.ttf
|
|
192 | + sha256sum: 3ed77810c203e1a67735dc19d395f32c23f2d7c0c3696690f4f78e15e57ab816
|
|
193 | + enable: '[% c("var/linux") || c("var/windows") %]'
|
|
191 | 194 | - URL: https://github.com/stipub/stixfonts/raw/v2.13b171/fonts/static_otf/STIXTwoMath-Regular.otf
|
192 | 195 | sha256sum: 3a5f3f26f40d5698b3c62dd085d48d6663696a3f80825aab8b553d5097518e8c
|
193 | 196 | name: stix
|