mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
rename to wowlet
This commit is contained in:
parent
5e6bd0b9bb
commit
c7c4237d10
25 changed files with 114 additions and 114 deletions
|
@ -18,16 +18,16 @@
|
|||
<string>????</string>
|
||||
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>wowllet</string>
|
||||
<string>wowlet</string>
|
||||
|
||||
<key>CFBundleName</key>
|
||||
<string>WOWllet</string>
|
||||
<string>WOWlet</string>
|
||||
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2014-2021 The Monero Project</string>
|
||||
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.monero-project.wowllet</string>
|
||||
<string>org.monero-project.wowlet</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@VERSION_LONG@</string>
|
||||
|
|
|
@ -6,20 +6,20 @@ echo "[+] hash: $HASH"
|
|||
export DRONE=true
|
||||
echo "[+] Building"
|
||||
|
||||
rm ~/wowllet.zip 2>&1 >/dev/null
|
||||
cd ~/wowllet
|
||||
rm ~/wowlet.zip 2>&1 >/dev/null
|
||||
cd ~/wowlet
|
||||
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/wowllet/src/assets/exec/libevent-2.1.7.dylib"
|
||||
cp "/Users/administrator/tor/libevent-2.1.7.dylib" "/Users/administrator/wowlet/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 ~/wowllet/build/bin
|
||||
zip -qr ~/wowllet.zip wowllet.app
|
||||
cd ~/wowlet/build/bin
|
||||
zip -qr ~/wowlet.zip wowlet.app
|
||||
else
|
||||
echo "[+] Error!"
|
||||
exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue