boklm pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
f5bf29d5
by Nicolas Vigier at 2023-01-18T19:51:46+01:00
1 changed file:
Changes:
... | ... | @@ -83,9 +83,9 @@ mv [% c('input_files_by_name/noscript') %] "$TBDIR/$EXTSPATH/{73a6fe31-595d-460b |
83 | 83 | mv_tbdir data/{geoip,geoip6} "$TORCONFIGPATH"
|
84 | 84 | |
85 | 85 | # Bridge lists will be consumed later in `bridges_conf`
|
86 | - mv tor/pluggable_transports/bridges_list.*.txt $rootdir
|
|
86 | + mv tor/pluggable_transports/bridges_list.*.txt tor/pluggable_transports/pt_config.json $rootdir
|
|
87 | 87 | [% IF c("var/macos_universal") %]
|
88 | - rm -f aarch64/tor/pluggable_transports/bridges_list.*.txt
|
|
88 | + rm -f aarch64/tor/pluggable_transports/bridges_list.*.txt aarch64/tor/pluggable_transports/pt_config.json
|
|
89 | 89 | [% END -%]
|
90 | 90 | |
91 | 91 | # Snowflake's README is the only documentation shipped in tor-expert-bundle
|