Update app_config.sh

No .dart_tool/package_config.json file found, please run "pub get".

This seems to fix this
This commit is contained in:
plowsof 2022-01-09 21:19:06 +00:00 committed by GitHub
parent 58ad69caee
commit efbb1f1951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,5 @@ case $APP_ANDROID_TYPE in
esac esac
cd ../.. cd ../..
flutter packages pub run tool/configure.dart $CONFIG_ARGS flutter pub get
flutter packages pub run tool/configure.dart $CONFIG_ARGS