fix build for browsers
This commit is contained in:
parent
8d60a4a353
commit
ec4f43941e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue