Update python generation to pkg dir
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
itzaname 2022-07-17 04:40:00 -04:00
parent 930e82de4e
commit 70aad25291

View File

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