Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
375a8c31
by Pier Angelo Vendrame at 2025-03-26T18:21:29+01:00
1 changed file:
Changes:
... | ... | @@ -496,7 +496,7 @@ public class TorAndroidIntegration implements BundleEventListener { |
496 | 496 | MeekTransport(final EventCallback callback, int id, String[] args) {
|
497 | 497 | setName("meek-" + id);
|
498 | 498 | |
499 | - final String command = mLibraryDir + "/libObfs4proxy.so";
|
|
499 | + final String command = mLibraryDir + "/libLyrebird.so";
|
|
500 | 500 | ArrayList<String> argList = new ArrayList<String>();
|
501 | 501 | argList.add(command);
|
502 | 502 | if (args != null && args.length > 0) {
|