android 1
This commit is contained in:
parent
5e9c72bdf1
commit
8679b4eb8c
1 changed files with 2 additions and 2 deletions
4
cordova/build.sh
Normal file → Executable file
4
cordova/build.sh
Normal file → Executable file
|
|
@ -48,8 +48,8 @@ then
|
||||||
rm -rf $PROJECT
|
rm -rf $PROJECT
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d $PROJECT ]; then
|
if [ ! -d $PROJECT ]; then
|
||||||
|
echo "ghola"
|
||||||
cd $BUILDDIR
|
cd $BUILDDIR
|
||||||
echo "${OpenColor}${Green}* Creating project... ${CloseColor}"
|
echo "${OpenColor}${Green}* Creating project... ${CloseColor}"
|
||||||
cordova create project com.bitpay.copay Copay
|
cordova create project com.bitpay.copay Copay
|
||||||
|
|
@ -97,7 +97,7 @@ cd $BUILDDIR/..
|
||||||
grunt
|
grunt
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
echo "${OpenColor}${Green}* Coping files...${CloseColor}"
|
echo "${OpenColor}${Green}* Copying files...${CloseColor}"
|
||||||
cd $BUILDDIR/..
|
cd $BUILDDIR/..
|
||||||
cp -af {css,font,img,js,lib,sound,views,config.js,version.js,init.js} $PROJECT/www
|
cp -af {css,font,img,js,lib,sound,views,config.js,version.js,init.js} $PROJECT/www
|
||||||
checkOK
|
checkOK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue