From 50cf8dc8815a6770cf1be2f3c85e1531b5ef91e0 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 10 Jan 2021 22:55:28 +0100 Subject: add missing Fatweb build flavor to prepareForDistribution shell script --- prepareForDistribution.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/prepareForDistribution.sh b/prepareForDistribution.sh index cd5dc288..5e39bb5c 100755 --- a/prepareForDistribution.sh +++ b/prepareForDistribution.sh @@ -302,10 +302,13 @@ then cp $BASE_FILE_DIR/${FLAVOR_LOWERCASE}ProductionArm64/beta/*.apk $RELEASES_FILE_DIR/. fi else - echo -e "${GREEN} -> build stable releases for flavor ${FLAVOR}${NC}" + echo -e "${GREEN} -> build stable releases for flavor ${FLAVOR}${NC}" ./gradlew clean assemble${FLAVOR}ProductionFatRelease --stacktrace || quit cp $BASE_FILE_DIR/${FLAVOR_LOWERCASE}ProductionFat/release/*.apk $RELEASES_FILE_DIR/. - + + ./gradlew clean assemble${FLAVOR}ProductionFatwebRelease --stacktrace || quit + cp $BASE_FILE_DIR/${FLAVOR_LOWERCASE}ProductionFatweb/release/*.apk $RELEASES_FILE_DIR/. + # custom builds might have disabled split apks -> check if build task exist if [[ $(./gradlew tasks --console plain | grep ${FLAVOR}ProductionX86Release) ]]; then ./gradlew clean assemble${FLAVOR}ProductionX86Release --stacktrace || quit -- cgit v1.2.3