diff --git a/buildscripts/electron-build-all.sh b/buildscripts/electron-build-all.sh index ff95080..7dd1357 100755 --- a/buildscripts/electron-build-all.sh +++ b/buildscripts/electron-build-all.sh @@ -2,16 +2,16 @@ ### Build script for Iguana application for Linux x32 and x64 platform. ### Created by mmaxian, 3/2017 -[ -z $IGUANA_VERSION ] && echo "IGUANA_VERSION variable is not set." && exit 0 +[ -z $AGAMA_VERSION ] && echo "AGAMA_VERSION variable is not set." && exit 0 -echo "Preparing electron package $IGUANA_VERSION for Linux." +echo "Preparing electron package $AGAMA_VERSION for Linux." ./buildscripts/electron-build-linux.sh echo -echo "Preparing electron package $IGUANA_VERSION for Windows." +echo "Preparing electron package $AGAMA_VERSION for Windows." ./buildscripts/electron-build-win.sh echo -echo "Preparing electron package $IGUANA_VERSION for MacOS." +echo "Preparing electron package $AGAMA_VERSION for MacOS." ./buildscripts/electron-build-osx.sh echo \ No newline at end of file