diff --git a/Makefile b/Makefile index eb0637d..5165e86 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -Version=0.0.1 +Version=0.0.2 Branch=main @@ -13,5 +13,5 @@ publish: # make build # 更新proto结构, 生成对应的cs类, 需要先安装proto工具并建立系统路径 build: - cd ./Runtime/ServerProto + cd ./Runtime/ServerProto; \ protogen messages.proto --csharp_out=../NetworkGen \ No newline at end of file