Browse Source

removed unused electron-build-all.sh

pkg_automation_electrum
michal maxian 8 years ago
parent
commit
6a50dc6d9c
  1. 17
      buildscripts/electron-build-all.sh

17
buildscripts/electron-build-all.sh

@ -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…
Cancel
Save