[Git][tpo/applications/tor-browser-build][main] Bug 41092: Use an uncompressed omni.ja to improve final apk compression.

ma1 pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 5333cc52 by Giorgio Maone at 2024-02-26T20:26:46+00:00 Bug 41092: Use an uncompressed omni.ja to improve final apk compression. - - - - - 1 changed file: - projects/browser/build.android Changes: ===================================== projects/browser/build.android ===================================== @@ -35,10 +35,7 @@ unzip ../omni.ja [% END -%] [% c('zip', { zip_src => [ '.' ], - zip_args => '../assets/omni.ja', - use_7z => 1, - '7z_bin' => '7zz', - '7z_opts' => '-mx9', + zip_args => '-0 ../assets/omni.ja', }) %] popd View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/53... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/53... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)