mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
fix: binary name modification
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
+12
-12
@@ -407,18 +407,18 @@ function openim::release::package_iam_manifests_tarball() {
|
||||
mkdir -p "${dst_dir}"
|
||||
cp -r ${src_dir}/* "${dst_dir}"
|
||||
#cp "${src_dir}/openim-api.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_cmdutils.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_crontask.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_msggateway.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_msgtransfer.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_push.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_auth.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_conversation.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_friend.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_group.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_msg.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_third.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_user.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-cmdutils.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-crontask.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-msggateway.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-msgtransfer.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-push.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-auth.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-conversation.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-friend.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-group.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-msg.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-third.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-user.yaml" "${dst_dir}"
|
||||
#cp "${OPENIM_ROOT}/cluster/gce/gci/health-monitor.sh" "${dst_dir}/health-monitor.sh"
|
||||
|
||||
openim::release::clean_cruft
|
||||
|
||||
Reference in New Issue
Block a user