Files
zwift-offline/protobuf/make.bat
Юрий Першин b98e15e21f Zwift Companion support improved:
1. Search Zwifters (not for direct messages yet)
2. Edit Photo and other profile info chunks, calculate age
3. Statistics (last 7, 30 days)
2022-01-07 01:41:19 +05:00

17 lines
572 B
Batchfile

del *_pb2.py *_pb2.pyc
protoc --python_out=. activity.proto
protoc --python_out=. segment-result.proto
protoc --python_out=. profile.proto
protoc --python_out=. per-session-info.proto
protoc --python_out=. login-response.proto
protoc --python_out=. periodic-info.proto
protoc --python_out=. world.proto
protoc --python_out=. goal.proto
protoc --python_out=. zfiles.proto
protoc --python_out=. udp-node-msgs.proto
protoc --python_out=. tcp-node-msgs.proto
protoc --python_out=. hash-seeds.proto
protoc --python_out=. events.proto
protoc --python_out=. variants.proto
pause