From ade1e9f87a107a4979bed44cc6f337e6d69c7d84 Mon Sep 17 00:00:00 2001 From: Alan <68671759+hanzhixiao@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:32:19 +0800 Subject: [PATCH 1/2] Delete start.bat --- start.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 start.bat diff --git a/start.bat b/start.bat deleted file mode 100644 index 2b5288796..000000000 --- a/start.bat +++ /dev/null @@ -1,12 +0,0 @@ -cd /d %~p0 -start api.exe -p 10002 -start auth.exe -p 10060 -start conversation.exe -p 10080 -start friend.exe -p 10060 -start group.exe -p 10050 -start msg.exe -p 10030 -start msggateway.exe -p 10040 -w 10001 -start push.exe -p 10070 -start msgtransfer.exe -start third.exe -p 10090 -start user.exe -p 10010 From 84a9b76d93d8b10d803b43dc705ce63afea27da1 Mon Sep 17 00:00:00 2001 From: Alan <68671759+hanzhixiao@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:32:28 +0800 Subject: [PATCH 2/2] Delete build.cmd --- build.cmd | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 build.cmd diff --git a/build.cmd b/build.cmd deleted file mode 100644 index 1617189dd..000000000 --- a/build.cmd +++ /dev/null @@ -1,11 +0,0 @@ -go build -o api.exe ./cmd/openim-api/main.go -go build -o auth.exe ./cmd/openim-rpc/openim-rpc-auth/main.go -go build -o conversation.exe ./cmd/openim-rpc/openim-rpc-conversation/main.go -go build -o friend.exe ./cmd/openim-rpc/openim-rpc-friend/main.go -go build -o group.exe ./cmd/openim-rpc/openim-rpc-group/main.go -go build -o msg.exe ./cmd/openim-rpc/openim-rpc-msg/main.go -go build -o third.exe ./cmd/openim-rpc/openim-rpc-third/main.go -go build -o user.exe ./cmd/openim-rpc/openim-rpc-user/main.go -go build -o push.exe ./cmd/openim-push/main.go -go build -o msgtransfer.exe ./cmd/openim-msgtransfer/main.go -go build -o msggateway.exe ./cmd/openim-msggateway/main.go