Update package name to com.bitpay.copay

This commit is contained in:
Yemel Jardi 2014-07-17 20:39:54 -03:00
commit 31ea547454

View file

@ -54,7 +54,7 @@ checkOK
# Building the APK
echo "${OpenColor}${Green}* Building APK file...${CloseColor}"
cd $CROSSWALK
python make_apk.py --manifest=$APPDIR/manifest.json --target-dir=$BUILDDIR $DEBUG
python make_apk.py --manifest=$APPDIR/manifest.json --target-dir=$BUILDDIR $DEBUG --package=com.bitpay.copay
checkOK
cd $BUILDDIR