summaryrefslogtreecommitdiff
path: root/scripts/prepareForDistribution.sh
diff options
context:
space:
mode:
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