Files
bl/build.bat
昔念 a1f6ce956e ```
feat(build): 添加 linux amd64 平台的逻辑编译脚本

在 build.bat 中新增 gox 编译命令,用于构建 linux amd64
2025-10-10 23:00:07 +08:00

5 lines
199 B
Go

gf pack modules/base/resource modules/base/packed/packed.go -p modules/base/resource
protoc --go_out=./ --go-grpc_out=./ manifest\proto\rpc.proto
gox -os "linux" -arch amd64 -output "logic"