defeather

This commit is contained in:
wowario 2021-03-30 12:52:29 +03:00
parent 82ac1c2daf
commit 9a75c5a986
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
114 changed files with 367 additions and 465 deletions

View file

@ -17,7 +17,7 @@ cp "/Users/administrator/tor/libevent-2.1.7.dylib" "/Users/administrator/wowlet/
CMAKE_PREFIX_PATH="~/Qt/5.15.1/clang_64" TOR_BIN="/Users/administrator/tor/tor" make -j3 mac-release
if [[ $? -eq 0 ]]; then
echo "[+] Feather built OK"
echo "[+] WOWlet built OK"
cd ~/wowlet/build/bin
zip -qr ~/wowlet.zip wowlet.app
else