Merge pull request #321 from cake-tech/build_android_app_env

build: android: don't exit terminal if no app name specified
This commit is contained in:
mkyq 2022-04-12 16:45:11 +01:00 committed by GitHub
commit e593f731b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ HAVEN_PACKAGE="com.cakewallet.haven"
if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then
echo "Wrong app type."
return 1 2>/dev/null
exit 1
fi