LingxinMeng 10 ヶ月 前
コミット
8055b77c8a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      deploy/sh/build-dispatch_server.sh

+ 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