chore: 打包restconf.yaml配置文件改名omc.yaml

This commit is contained in:
TsMask
2024-03-19 20:25:59 +08:00
parent 30326c1e53
commit 7e8360dcb4
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ cd ./omc
go mod download
# 调试启动
go run omc.go -c ./omc/etc/restconf.yaml --env local
go run omc.go -c ./omc/etc/omc.yaml --env local
# 打包命名 omc
go build -ldflags="-s -w" -o omc