From 9b2ab9339916a6b3168392447a5b4284bc3c9be3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 3 Mar 2024 14:54:06 +0100 Subject: add another build step to build beta releases: aab's for gplay, and a fat apk that can be installed next to a stable release for the download from the website --- scripts/prepareForDistribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/prepareForDistribution.sh') diff --git a/scripts/prepareForDistribution.sh b/scripts/prepareForDistribution.sh index 301ce1a3..54d0b555 100755 --- a/scripts/prepareForDistribution.sh +++ b/scripts/prepareForDistribution.sh @@ -334,7 +334,7 @@ if [[ ${DO_BUILD} == true ]]; then if [[ ! -d $RELEASES_FILE_DIR ]]; then mkdir $RELEASES_FILE_DIR fi - rm -rf $RELEASES_FILE_DIR/* + # rm -rf $RELEASES_FILE_DIR/* if [[ ${BETA} == true ]]; then if [[ -n ${BUILD_APK} ]]; then -- cgit v1.2.3