main
PC-202302260912\Administrator 2023-08-01 16:20:35 +08:00
parent 28f9a3dfdf
commit 9fe9c63538
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ git pull
cd ${BASE_DIR}/miduo_protocol || exit
rm -rf ./protobuf_temp
mkdir ./protobuf_temp
# shellcheck disable=SC2038
find ./protos -name "*.proto" -type f|xargs -i protoc --proto_path=./protos --java_out=./protobuf_temp {}
#find ./protos -name "*.proto" -type f -exec protoc --proto_path=./protos --java_out=./protobuf_temp {} +
rm -rf ${BASE_DIR}/miduo_server/gamecommon/src/main/java/rpc/global/*