thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
175 stars 98 forks source link

Stop double compressing the binaries #12

Open yaronyg opened 10 years ago

yaronyg commented 10 years ago

Right now the binaries for android and windows consist of a single file but we still compress them on the off chance that we need more than one binary in Linux or Mac. I need to check to see what those platforms need and if they need one file also then we can get rid of the double compression and just put the raw executables into the jar/aar and let the packaging handle compression.