LingxinMeng 10 月之前
父节点
当前提交
e51395a23b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/sh/build-dispatch_server.sh

+ 1 - 1
deploy/sh/build-dispatch_server.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 
 # 监控接口
-go build -o ./exe/dispatch_server.exe ./amd64/dispatch_server/main.go
+go build -o ./deploy/exe/dispatch_server.exe ./src/main/main.go