cake_wallet/scripts/android/app_config.sh
2022-01-11 20:20:44 +02:00

11 lines
No EOL
185 B
Bash
Executable file

#!/bin/bash
if [ -z "$APP_ANDROID_TYPE" ]; then
echo "Please set APP_ANDROID_TYPE"
exit 1
fi
./app_properties.sh
./app_icon.sh
./pubspec_gen.sh
./inject_app_details.sh