Add listaddresses as a new replacement for getaddressesbyaccount; cleanup
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#!/bin/sh
|
||||
# Copyright 2016-2021 The Hush developers
|
||||
cd rogue;
|
||||
make clean;
|
||||
|
||||
if [ "$HOST" = "x86_64-w64-mingw32" ]; then
|
||||
echo building rogue.exe...
|
||||
echo "Not supported"
|
||||
exit 1
|
||||
./configure --host=x86_64-w64-mingw32
|
||||
echo $PWD
|
||||
wget https://github.com/KomodoPlatform/rogue/releases/download/0.3.3b-01/x86_64-w64-mingw32.tar.gz
|
||||
# wget ...
|
||||
tar xvfz x86_64-w64-mingw32.tar.gz && rm x86_64-w64-mingw32.tar.gz
|
||||
echo lib archive cleaned
|
||||
echo $PWD
|
||||
|
||||
Reference in New Issue
Block a user