Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • projects/browser/build.android
    ... ... @@ -130,7 +130,7 @@ apksigner sign --verbose --min-sdk-version [% c("var/android_min_api") %] --ks $
    130 130
     [%IF c("var/tor-browser") -%]
    
    131 131
         tor_expert_bundle_src="[% c('input_files_by_name/tor-expert-bundle') %]"
    
    132 132
         # strip off trailing "$buildid.tar.gz"
    
    133
    -    tor_expert_bundle_dest=${tor_expert_bundle_src:0:-7}.tar.gz
    
    133
    +    tor_expert_bundle_dest=${tor_expert_bundle_src:0:-7}-[% c('version') %].tar.gz
    
    134 134
         cp "$rootdir/[% c("input_files_by_name/tor-expert-bundle") %]/tor-expert-bundle.tar.gz" [% dest_dir %]/[% c('filename') %]/$tor_expert_bundle_dest
    
    135 135
     [% END -%]
    
    136 136