Skip to content

Commit

Permalink
modify all release scripts to adding "beta" in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchon committed Jul 21, 2021
1 parent 0fe1892 commit b78fa36
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packaging/tools/makeclient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b78fa36

Please sign in to comment.