boklm pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
- 
7bbac89c
by Nicolas Vigier at 2025-08-29T12:59:32+02:00
1 changed file:
Changes:
| ... | ... | @@ -8,8 +8,9 @@ source "$script_dir/functions" | 
| 8 | 8 |  topdir="$script_dir/../.."
 | 
| 9 | 9 |  ARCHS="armv7 aarch64 x86 x86_64"
 | 
| 10 | 10 |  projname=$(project-name)
 | 
| 11 | -# tbb_version_type is used in wrappers/sign-apk, so we export it
 | |
| 12 | -export tbb_version_type
 | |
| 11 | +# tbb_version_type, tbb_version and SIGNING_PROJECTNAME are used in
 | |
| 12 | +# wrappers/sign-apk, so we export them
 | |
| 13 | +export tbb_version tbb_version_type SIGNING_PROJECTNAME
 | |
| 13 | 14 | |
| 14 | 15 |  check_installed_packages() {
 | 
| 15 | 16 |    local packages='unzip openjdk-11-jdk-headless openjdk-11-jre-headless'
 |