Update cordova build to 0.6.1

This commit is contained in:
Yemel Jardi 2014-09-23 12:30:10 -03:00
commit d201cce7ab
4 changed files with 5 additions and 6 deletions

View file

@ -118,9 +118,7 @@ checkOK
cp -R android/res/* $PROJECT/platforms/android/res
checkOK
echo $SKIPIOS;
if [[ !$SKIPIOS ]]; then
echo "Copiando IOS";
cp -R ios/icons/* $PROJECT/platforms/ios/Copay/Resources/icons
checkOK