fix build for browsers

This commit is contained in:
Matias Alejo Garcia 2014-09-10 15:33:49 -03:00
commit ec4f43941e
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ checkOK() {
BUILDDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
APPDIR="$BUILDDIR/copay-chrome-extension"
ZIPFILE="copay-chrome-extension.zip"
VERSION=`cut -d '"' -f2 $BUILDDIR/../../version.js`
VERSION=`cut -d '"' -f2 $BUILDDIR/../../version.js|head -n 1`
# Move to the build directory
cd $BUILDDIR