cake_wallet/scripts/android/app_config.sh

12 lines
199 B
Bash
Raw Normal View History

2022-01-04 16:55:11 +00:00
#!/bin/bash
if [ -z "$APP_ANDROID_TYPE" ]; then
echo "Please set APP_ANDROID_TYPE"
exit 1
fi
./app_properties.sh
./app_icon.sh
2022-01-11 18:20:44 +00:00
./pubspec_gen.sh
2022-01-12 15:04:10 +00:00
./manifest.sh
2022-01-11 18:20:44 +00:00
./inject_app_details.sh