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

Commits:

2 changed files:

Changes:

  • projects/browser/build.android
    ... ... @@ -69,8 +69,7 @@ function generate_apk {
    69 69
       [% IF !c("var/android-x86_64") -%]
    
    70 70
         rm -rf x86_64
    
    71 71
       [% END -%]
    
    72
    -  # Notice: we take for granted we never rewrite on the source archive!
    
    73
    -  # Be sure to change any `rm` with the appropriate command, shall this change.
    
    72
    +  rm ../omni.ja
    
    74 73
       [% c('zip', {
    
    75 74
             zip_src   => [ '.' ],
    
    76 75
             zip_args  => '-0 ../omni.ja',
    

  • rbm.conf
    ... ... @@ -82,7 +82,7 @@ buildconf:
    82 82
     
    
    83 83
     var:
    
    84 84
       torbrowser_version: '16.0a8'
    
    85
    -  torbrowser_build: 'build2'
    
    85
    +  torbrowser_build: 'build3'
    
    86 86
       # This should be the date of when the build is started. For the build
    
    87 87
       # to be reproducible, browser_release_date should always be in the past.
    
    88 88
       browser_release_date: '2026/07/01 08:30:00'