Embed Tor executable for static Mac OS builds

This commit is contained in:
dsc 2020-10-09 23:22:02 +02:00
parent 18543ad33b
commit 1337c1708d
5 changed files with 36 additions and 3 deletions

View file

@ -3,11 +3,12 @@
HASH="$1"
echo "[+] hash: $HASH"
export DRONE=true
echo "[+] Building"
rm ~/feather.zip 2>&1 >/dev/null
cd ~/feather
git fetch
git fetch --all
git reset --hard "$HASH"
git submodule update --init --depth 50 contrib/tor
git submodule update --init --depth 50 contrib/torsocks