From b78fa36233883a6d3640da785af0215f73b13e54 Mon Sep 17 00:00:00 2001 From: tomchon Date: Wed, 21 Jul 2021 12:13:17 +0800 Subject: [PATCH] modify all release scripts to adding "beta" in package name --- packaging/tools/makeclient.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packaging/tools/makeclient.sh b/packaging/tools/makeclient.sh index a7dc931882..97e80088be 100755 --- a/packaging/tools/makeclient.sh +++ b/packaging/tools/makeclient.sh @@ -195,15 +195,6 @@ if [ "$pagMode" == "lite" ]; then pkg_name=${pkg_name}-Lite fi -if [ "$verType" == "beta" ]; then - pkg_name=${pkg_name}-${verType} -elif [ "$verType" == "stable" ]; then - pkg_name=${pkg_name} -else - echo "unknow verType, nor stable or beta" - exit 1 -fi - if [ "$osType" != "Darwin" ]; then tar -zcv -f "$(basename ${pkg_name}).tar.gz" $(basename ${install_dir}) --remove-files || : else -- GitLab