
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: d7536498 by Nicolas Vigier at 2025-09-01T15:03:50+02:00 Bug 41522: Fix issue in tools/signing/wrappers/sign-apk Fix issue introduced in 821c192ed9def86b92a20bc8878a7c519230996f. - - - - - 1 changed file: - tools/signing/wrappers/sign-apk Changes: ===================================== tools/signing/wrappers/sign-apk ===================================== @@ -23,7 +23,7 @@ case "$SIGNING_PROJECTNAME" in esac android_signing_key_dir=/home/signing-apk/keys -android_signing_key_path="$android_signing_key_dir/$pname_$tbb_version_type.p12" +android_signing_key_path="$android_signing_key_dir/tba_$tbb_version_type.p12" test -n "$SIGNING_PROJECTNAME" && test "$SIGNING_PROJECTNAME" = 'torvpn' && \ android_signing_key_path="$android_signing_key_dir/torvpn.p12" test -f "$android_signing_key_path" || exit_error "$android_signing_key_path is missing" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d7... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)