diff --git a/cordova/build.sh b/cordova/build.sh index 330b7e5f9..54b3ebffb 100755 --- a/cordova/build.sh +++ b/cordova/build.sh @@ -89,6 +89,7 @@ if [ ! -d $PROJECT ]; then cordova plugin add https://github.com/tjwoon/csZBar.git checkOK else + echo "${OpenColor}${Green}* Using plugin phonegap-plugin-barcodescanner for Windows Phone 8 ${CloseColor}" cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git checkOK fi