diff options
author | kwadronaut <kwadronaut@autistici.org> | 2022-11-10 12:00:54 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@autistici.org> | 2022-11-10 14:53:54 +0100 |
commit | 0a2a82a73546f157611e9706df8bca3122a6684c (patch) | |
tree | 62ff704d3dbcb0b797add88ceac7de765eb49853 /scripts/prepareForDistribution.sh | |
parent | 5b9505dbb37d110b8c528671bbfc67f7944d2e43 (diff) |
more help for first-time devs
Diffstat (limited to 'scripts/prepareForDistribution.sh')
-rwxr-xr-x | scripts/prepareForDistribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepareForDistribution.sh b/scripts/prepareForDistribution.sh index e6c0d42d..b89b73aa 100755 --- a/scripts/prepareForDistribution.sh +++ b/scripts/prepareForDistribution.sh @@ -409,7 +409,7 @@ if [[ ${DO_BUILD} == true ]]; then fi else # default: neither -aab nor -apk is passed: build apks - if ([[ -z ${BUILD_BUNDLE} ]] && [[-z ${BUILD_APK} ]]) || ([[ -n ${BUILD_APK} ]]); then + if ([[ -z ${BUILD_BUNDLE} ]] && [[ -z ${BUILD_APK} ]]) || ([[ -n ${BUILD_APK} ]]); then if [[ -z ${FLAVOR2} ]]; then echo -e "${GREEN} -> build stable releases (.apk) for flavor ${FLAVOR}${NC}" else |