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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41679: Restore the expert bunle version on Android.



Title: GitLab

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
    Bug 41679: Restore the expert bunle version on Android.
    
    Looks like we forgot about Android in tor-browser-build#41618.
    

1 changed file:

Changes:

  • projects/browser/build.android
    ... ... @@ -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
     
    

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