Merge pull request #22567 from taosdata/packaging/update_packaging_script

undo remove operation for taosx when building taosd
This commit is contained in:
wade zhang 2023-08-25 17:58:01 +08:00 committed by GitHub
commit 2659154b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ function install_bin() {
${csudo}rm -f ${bin_link_dir}/udfd || :
${csudo}rm -f ${bin_link_dir}/taosdemo || :
${csudo}rm -f ${bin_link_dir}/taosdump || :
${csudo}rm -f ${bin_link_dir}/taosx || :
${csudo}rm -f ${bin_link_dir}/${uninstallScript} || :
if [ "$osType" != "Darwin" ]; then