mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
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:
commit
e593f731b2
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ HAVEN_PACKAGE="com.cakewallet.haven"
|
||||||
|
|
||||||
if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then
|
if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then
|
||||||
echo "Wrong app type."
|
echo "Wrong app type."
|
||||||
|
return 1 2>/dev/null
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue