[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41522: Fix issue in tools/signing/wrappers/sign-apk



Title: GitLab

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:

Changes:

  • tools/signing/wrappers/sign-apk
    ... ... @@ -23,7 +23,7 @@ case "$SIGNING_PROJECTNAME" in
    23 23
     esac
    
    24 24
     
    
    25 25
     android_signing_key_dir=/home/signing-apk/keys
    
    26
    -android_signing_key_path="$android_signing_key_dir/$pname_$tbb_version_type.p12"
    
    26
    +android_signing_key_path="$android_signing_key_dir/tba_$tbb_version_type.p12"
    
    27 27
     test -n "$SIGNING_PROJECTNAME" && test "$SIGNING_PROJECTNAME" = 'torvpn' && \
    
    28 28
       android_signing_key_path="$android_signing_key_dir/torvpn.p12"
    
    29 29
     test -f "$android_signing_key_path" || exit_error "$android_signing_key_path is missing"
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx