mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
build: android: don't exit terminal if no app name specified
This commit is contained in:
parent
2337ae557e
commit
cb2cc903e0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue