mirror of https://github.com/lukechilds/Agama.git
pbca26
7 years ago
31 changed files with 71 additions and 110 deletions
@ -0,0 +1,12 @@ |
|||
# Agama application build summary is here: |
|||
|
|||
Platform: windows |
|||
|
|||
Version: 0.2.0.1a-beta |
|||
|
|||
Date: Mon Jun 12 11:57:21 CEST 2017 |
|||
|
|||
|
|||
Download link: |
|||
* [https://f001.backblazeb2.com/file/supernet/files/AgamaApp-0.2.0.1a-beta-windows-installer.zip](https://f001.backblazeb2.com/file/supernet/files/AgamaApp-0.2.0.1a-beta-windows-installer.zip) |
|||
* [checksum](https://f001.backblazeb2.com/file/supernet/files/AgamaApp-0.2.0.1a-beta-windows.checksum) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,19 +0,0 @@ |
|||
mkdir %AppData%\Komodo |
|||
|
|||
@echo off |
|||
|
|||
IF NOT EXIST %AppData%\Komodo\komodo.conf ( |
|||
( |
|||
echo rpcuser=kmdusr%random%%random% |
|||
echo rpcpassword=kmdpass%random%%random% |
|||
echo rpcbind=127.0.0.1 |
|||
echo txindex=1 |
|||
echo server=1 |
|||
echo addnode=5.9.102.210 |
|||
echo addnode=78.47.196.146 |
|||
echo addnode=178.63.69.164 |
|||
echo addnode=88.198.65.74 |
|||
echo addnode=5.9.122.241 |
|||
echo addnode=144.76.94.38 |
|||
) > %AppData%\Komodo\komodo.conf |
|||
) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,58 +1,52 @@ |
|||
echo Refreshing binaries from artifacts.supernet.org |
|||
echo ========================================= |
|||
echo Step: Removing old binaries |
|||
mkdir -p build |
|||
cd build |
|||
rm -rvf artifacts.supernet.org |
|||
pwd |
|||
[ ! -d assets ] && \ |
|||
mkdir -p assets |
|||
cd assets |
|||
[ -d artifacts.supernet.org ] && \ |
|||
echo Removing old artifacts. && \ |
|||
rm -rvf artifacts.supernet.org |
|||
echo |
|||
echo Step: Cloning latest binaries for build |
|||
wget --recursive --no-parent https://artifacts.supernet.org/latest/ |
|||
chmod -R +x artifacts.supernet.org/latest/ |
|||
cd .. |
|||
echo ========================================= |
|||
echo |
|||
echo ========================================= |
|||
echo Step: Moving osx binaries from artifacts to assets/bin/osx/ |
|||
echo |
|||
mv -fv build/artifacts.supernet.org/latest/osx/iguana assets/bin/osx/ |
|||
mv -fv build/artifacts.supernet.org/latest/osx/komodo-cli assets/bin/osx/ |
|||
mv -fv build/artifacts.supernet.org/latest/osx/komodod assets/bin/osx/ |
|||
mv -fv build/artifacts.supernet.org/latest/osx/libgcc_s.1.dylib assets/bin/osx/ |
|||
mv -fv build/artifacts.supernet.org/latest/osx/libgomp.1.dylib assets/bin/osx/ |
|||
mv -fv build/artifacts.supernet.org/latest/osx/libnanomsg.5.0.0.dylib assets/bin/osx/ |
|||
mv -fv build/artifacts.supernet.org/latest/osx/libstdc++.6.dylib assets/bin/osx/ |
|||
echo |
|||
echo |
|||
pwd |
|||
echo ========================================= |
|||
echo Step: Moving Win64 binaries from artifacts to assets/bin/win64/ |
|||
echo |
|||
mv -fv build/artifacts.supernet.org/latest/windows/genkmdconf.bat assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/iguana.exe assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/index.html assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/komodo-cli.exe assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/komodo-tx.exe assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/komodod.exe assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libcrypto-1_1.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libcurl-4.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libcurl.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libgcc_s_sjlj-1.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libnanomsg.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libssl-1_1.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/libwinpthread-1.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/nanomsg.dll assets/bin/win64/ |
|||
mv -fv build/artifacts.supernet.org/latest/windows/pthreadvc2.dll assets/bin/win64/ |
|||
echo |
|||
echo Step: Permission +x for OSX binaries from artifacts to assets/bin/osx/ |
|||
echo |
|||
chmod +x assets/artifacts.supernet.org/latest/osx/iguana \ |
|||
assets/artifacts.supernet.org/latest/osx/komodo* |
|||
|
|||
#cp -rvf assets/artifacts.supernet.org/latest/osx/* assets/bin/osx/ |
|||
mkdir assets/bin |
|||
echo Moving OSX bins to assets/bin |
|||
wget https://supernetorg.bintray.com/binaries/komodo_OSX_latest.zip |
|||
checksum=`shasum -a 256 komodo_OSX_latest.zip | awk '{ print $1 }'` |
|||
if [ "$checksum" = "c20a1b7268dd0d9bbc8984a0e76cc868d8b4479af18cd1dde4406f63b7f12255" ]; then |
|||
echo "Checksum is correct." |
|||
unzip komodo_OSX_latest.zip |
|||
mv komodo_OSX_latest assets/bin/osx |
|||
else |
|||
echo "Checksum is incorrect!" |
|||
exit 0 |
|||
fi |
|||
echo ========================================= |
|||
echo Step: Moving linux64 binaries from artifacts to assets/bin/linux64 |
|||
echo |
|||
mv -fv build/artifacts.supernet.org/latest/linux/iguana assets/bin/linux64/ |
|||
mv -fv build/artifacts.supernet.org/latest/linux/komodo-cli assets/bin/linux64/ |
|||
mv -fv build/artifacts.supernet.org/latest/linux/komodod assets/bin/linux64/ |
|||
echo |
|||
echo Step: Moving Windows binaries from artifacts to assets/bin/win64/ |
|||
#echo |
|||
mv assets/artifacts.supernet.org/latest/windows assets/bin/win64 |
|||
echo |
|||
echo ========================================= |
|||
echo Step: Cleaning artifacts data |
|||
echo |
|||
rm -rf build/ |
|||
echo |
|||
echo Step: Permissions +x for linux64 binaries from artifacts to assets/bin/linux64 |
|||
echo |
|||
chmod +x assets/artifacts.supernet.org/latest/linux/iguana \ |
|||
assets/artifacts.supernet.org/latest/linux/komodo* |
|||
echo Moving Linux bins to assets/bin |
|||
mv assets/artifacts.supernet.org/latest/linux assets/bin/linux64/ |
|||
echo |
|||
echo ========================================= |
|||
echo Step: Finished Updating binaries from artifacts |
|||
echo |
|||
echo |
|||
|
Loading…
Reference in new issue