mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Wownero
This commit is contained in:
parent
bb85f020d5
commit
3e10b25068
106 changed files with 606 additions and 2166 deletions
|
@ -6,20 +6,20 @@ echo "[+] hash: $HASH"
|
|||
export DRONE=true
|
||||
echo "[+] Building"
|
||||
|
||||
rm ~/feather.zip 2>&1 >/dev/null
|
||||
cd ~/feather
|
||||
git fetch --all
|
||||
rm ~/feather-wow.zip 2>&1 >/dev/null
|
||||
cd ~/feather-wow
|
||||
git fetch
|
||||
git reset --hard "$HASH"
|
||||
git submodule update --init --depth 120 monero
|
||||
git submodule update --init --depth 120 --recursive monero
|
||||
|
||||
cp "/Users/administrator/tor/libevent-2.1.7.dylib" "/Users/administrator/feather/src/assets/exec/libevent-2.1.7.dylib"
|
||||
cp "/Users/administrator/tor/libevent-2.1.7.dylib" "/Users/administrator/feather-wow/src/assets/exec/libevent-2.1.7.dylib"
|
||||
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"
|
||||
cd ~/feather/build/bin
|
||||
zip -qr ~/feather.zip feather.app
|
||||
cd ~/feather-wow/build/bin
|
||||
zip -qr ~/feather-wow.zip feather-wow.app
|
||||
else
|
||||
echo "[+] Error!"
|
||||
exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue