mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Embed Tor executable for static Mac OS builds
This commit is contained in:
parent
18543ad33b
commit
1337c1708d
5 changed files with 36 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue