LingxinMeng hace 10 meses
padre
commit
e51395a23b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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