dev
sh 12 lines 231 Bytes
Raw
1 #!/bin/bash
2
3 if [ -z "$APP_ANDROID_TYPE" ]; then
4 echo "Please set APP_ANDROID_TYPE"
5 exit 1
6 fi
7
8 ./app_properties.sh
9 ./app_icon.sh
10 ./pubspec_gen.sh
11 ./manifest.sh true #force overwrite manifest
12 ./inject_app_details.sh