summaryrefslogtreecommitdiff
path: root/scripts/prepareForDistribution.sh
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-03-03 14:54:06 +0100
committerkwadronaut <kwadronaut@autistici.org>2024-04-18 09:42:28 +0000
commit9b2ab9339916a6b3168392447a5b4284bc3c9be3 (patch)
tree641fbce0c92718dfd7fe3dff67253543ea4b1978 /scripts/prepareForDistribution.sh
parentb07ae822e5c60a29fc86f22e5dbd1bf7d181523b (diff)
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
Diffstat (limited to 'scripts/prepareForDistribution.sh')
-rwxr-xr-xscripts/prepareForDistribution.sh2
1 files changed, 1 insertions, 1 deletions
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