Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
6c8d0e99
by Pier Angelo Vendrame at 2026-01-07T17:09:38+01:00
1 changed file:
Changes:
| ... | ... | @@ -127,7 +127,7 @@ apksigner sign --verbose --min-sdk-version [% c("var/android_min_api") %] --ks $ |
| 127 | 127 | [%IF c("var/tor-browser") -%]
|
| 128 | 128 | tor_expert_bundle_src="[% c('input_files_by_name/tor-expert-bundle') %]"
|
| 129 | 129 | # strip off trailing "$buildid.tar.gz"
|
| 130 | - tor_expert_bundle_dest=${tor_expert_bundle_src:0:-7}.tar.gz
|
|
| 130 | + tor_expert_bundle_dest=${tor_expert_bundle_src:0:-7}-[% c('version') %].tar.gz
|
|
| 131 | 131 | cp "$rootdir/[% c("input_files_by_name/tor-expert-bundle") %]/tor-expert-bundle.tar.gz" [% dest_dir %]/[% c('filename') %]/$tor_expert_bundle_dest
|
| 132 | 132 | [% END -%]
|
| 133 | 133 |