build: android: don't exit terminal if no app name specified

This commit is contained in:
clear-xmr 2022-04-01 11:27:33 +02:00
parent 2337ae557e
commit cb2cc903e0

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