open external link

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 16:11:56 -03:00
commit 7dd54976a5
4 changed files with 16 additions and 3 deletions

View file

@ -83,6 +83,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
checkOK
cordova plugin add org.apache.cordova.inappbrowser
checkOK
fi
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"