You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cake_wallet/scripts/android/app_config.sh

12 lines
199 B

#!/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
./manifest.sh
./inject_app_details.sh