Leave the .proto download dir clean

This commit is contained in:
ghubstan 2022-03-19 13:41:56 -03:00
parent 69d916a67a
commit 4b1d1c9874
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -7,6 +7,8 @@ echo "You may want to skip this step and copy your own local .proto files instea
curl -o ./pb.proto https://raw.githubusercontent.com/bisq-network/bisq/master/proto/src/main/proto/pb.proto
curl -o ./grpc.proto https://raw.githubusercontent.com/bisq-network/bisq/master/proto/src/main/proto/grpc.proto
# Copy the proto files to the Java and Python example projects.
echo "Copying proto files to the Java examples project."
cp -v *.proto ../java-examples/src/main/proto
cp -v *.proto ../python-examples/proto
echo "Moving proto files to the Python examples project; removing .proto files in this download directory."
mv -v *.proto ../python-examples/proto