Skip to content

Commit

Permalink
updated EXPECTED_COUNT of plugins
Browse files Browse the repository at this point in the history
I added the StatusBar plugin so we can change the color to match the appbar color
  • Loading branch information
JGreenlee committed Sep 19, 2024
1 parent 61f873e commit 8740062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sed -i -e "s|/usr/bin/env node|/usr/bin/env node --unhandled-rejections=strict|"

npx cordova prepare$PLATFORMS

EXPECTED_COUNT=25
EXPECTED_COUNT=26
INSTALLED_COUNT=`npx cordova plugin list | wc -l`
echo "Found $INSTALLED_COUNT plugins, expected $EXPECTED_COUNT"
if [ $INSTALLED_COUNT -lt $EXPECTED_COUNT ];
Expand Down

0 comments on commit 8740062

Please sign in to comment.