Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
571d86aa
by FlexFoot at 2023-08-01T08:47:20+00:00
3 changed files:
Changes:
1 | +DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY
|
|
2 | + |
|
3 | +Any adjustment to bundled fonts will result in an altered fingerprint. Font
|
|
4 | +fingerprinting is more than just detecting what fonts you have, it also includes
|
|
5 | +font fallbacks and characters (unicode code points) and any change in those can
|
|
6 | +be measured.
|
|
7 | + |
... | ... | @@ -32,6 +32,7 @@ mv noto-fonts-* noto-fonts |
32 | 32 | [% IF c("var/linux") %]
|
33 | 33 | cp {NotoSansJP-Regular.otf,NotoSansKR-Regular.otf,NotoSansSC-Regular.otf,NotoSansTC-Regular.otf} $distdir/
|
34 | 34 | [% END %]
|
35 | +cp README.txt "$distdir/000_README.txt"
|
|
35 | 36 | cd /var/tmp/dist
|
36 | 37 | [% c('tar', {
|
37 | 38 | tar_src => [ 'fonts' ],
|
... | ... | @@ -161,6 +161,7 @@ var: |
161 | 161 | |
162 | 162 | input_files:
|
163 | 163 | - project: container-image
|
164 | + - filename: README.txt
|
|
164 | 165 | - filename: 'noto-fonts-[% c("var/noto_git_hash") %]-[% c("version") %]'
|
165 | 166 | name: noto-fonts
|
166 | 167 | exec: '[% INCLUDE "fetch-noto-fonts" %]'
|