mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-10-31 17:37:41 +00:00
12 lines
No EOL
199 B
Bash
Executable file
12 lines
No EOL
199 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
|
|
./manifest.sh
|
|
./inject_app_details.sh |