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
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -d $PROJECT ]; then
|
||||
echo "ghola"
|
||||
cd $BUILDDIR
|
||||
echo "${OpenColor}${Green}* Creating project... ${CloseColor}"
|
||||
cordova create project com.bitpay.copay Copay
|
||||
|
|
@ -97,7 +97,7 @@ cd $BUILDDIR/..
|
|||
grunt
|
||||
checkOK
|
||||
|
||||
echo "${OpenColor}${Green}* Coping files...${CloseColor}"
|
||||
echo "${OpenColor}${Green}* Copying files...${CloseColor}"
|
||||
cd $BUILDDIR/..
|
||||
cp -af {css,font,img,js,lib,sound,views,config.js,version.js,init.js} $PROJECT/www
|
||||
checkOK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue