LingxinMeng 10 сар өмнө
parent
commit
8055b77c8a

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

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