From 6a50dc6d9c5b64fb5544bbfedf03a8504d8502ef Mon Sep 17 00:00:00 2001 From: michal maxian Date: Wed, 24 May 2017 20:37:57 +0200 Subject: [PATCH] removed unused electron-build-all.sh --- buildscripts/electron-build-all.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 buildscripts/electron-build-all.sh diff --git a/buildscripts/electron-build-all.sh b/buildscripts/electron-build-all.sh deleted file mode 100755 index 7dd1357..0000000 --- a/buildscripts/electron-build-all.sh +++ /dev/null @@ -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 \ No newline at end of file