Fix stupid python protobuf garbage
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
itzaname 2022-07-23 02:16:58 -04:00
parent 723de2ab97
commit cd9d0d127a

View File

@ -1,3 +1,5 @@
#!/bin/bash
python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto
mkdir -p strafesnet
cp *.proto strafesnet/
python3 -m grpc_tools.protoc -I./strafesnet --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto