mirror of https://github.com/lukechilds/Agama.git
pbca26
8 years ago
committed by
GitHub
9 changed files with 115 additions and 81 deletions
@ -0,0 +1,11 @@ |
|||
echo Refreshing binaries from artifacts.supernet.org |
|||
echo ========================================= |
|||
echo Step: Removing old binaries |
|||
cd build |
|||
rm -rvf artifacts.supernet.org |
|||
echo |
|||
echo Step: Cloning latest binaries for build |
|||
wget --recursive --no-parent https://artifacts.supernet.org/latest/ |
|||
cd .. |
|||
echo ========================================= |
|||
echo |
@ -1,17 +0,0 @@ |
|||
#!/bin/bash |
|||
### Build script for Iguana application for Linux x32 and x64 platform. |
|||
### Created by mmaxian, 3/2017 |
|||
|
|||
[ -z $AGAMA_VERSION ] && echo "AGAMA_VERSION variable is not set." && exit 0 |
|||
|
|||
echo "Preparing electron package $AGAMA_VERSION for Linux." |
|||
./buildscripts/electron-build-linux.sh |
|||
echo |
|||
|
|||
echo "Preparing electron package $AGAMA_VERSION for Windows." |
|||
./buildscripts/electron-build-win.sh |
|||
echo |
|||
|
|||
echo "Preparing electron package $AGAMA_VERSION for MacOS." |
|||
./buildscripts/electron-build-osx.sh |
|||
echo |
Loading…
Reference in new issue