tweak 0.4.8.9 packaging for win and linux

This commit is contained in:
Dan Ballard 2023-11-29 10:31:05 -08:00
parent c08fef0080
commit 4f290d44c6
3 changed files with 7 additions and 4 deletions

View File

@ -40,6 +40,8 @@ echo "Packaging..."
cd Tor\ Browser/Tor\ Browser.app/Contents/MacOS/ cd Tor\ Browser/Tor\ Browser.app/Contents/MacOS/
rm -r Tor/PluggableTransports rm -r Tor/PluggableTransports
chmod a+x Tor/tor
chmod a+x Tor/libevent-2.1.7.dylib
tar -czf tor-$TORVERSION-macos.tar.gz Tor tar -czf tor-$TORVERSION-macos.tar.gz Tor
cd ../../../.. cd ../../../..
mv Tor\ Browser/Tor\ Browser.app/Contents/MacOS/tor-$TORVERSION-macos.tar.gz . mv Tor\ Browser/Tor\ Browser.app/Contents/MacOS/tor-$TORVERSION-macos.tar.gz .
@ -49,10 +51,11 @@ tar -czf tor-$TORVERSION-linux-x86_64.tar.gz Tor
cd ../../.. cd ../../..
mv tor-browser/Browser/TorBrowser/tor-$TORVERSION-linux-x86_64.tar.gz . mv tor-browser/Browser/TorBrowser/tor-$TORVERSION-linux-x86_64.tar.gz .
mkdir Tor rm -r Tor
mv tor Tor/Tor rm -r Data
mv data Tor/Data mv tor Tor
zip tor-$TORVERSION-win64.zip -r Tor mv data Data
zip tor-$TORVERSION-win64.zip -r Tor Data
tar -xzf $(basename $ARM7) tar -xzf $(basename $ARM7)
mv tor/libTor.so tor-$TORVERSION-android-arm7 mv tor/libTor.so tor-$TORVERSION-android-arm7

Binary file not shown.

Binary file not shown.