corrected compile proto script

This commit is contained in:
MaximZaitsev
2016-08-16 17:06:31 +03:00
parent 65baf23daa
commit ec61337e4b
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash
../proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc --kotlin_out="./src/main/java" --proto_path="../proto/server_car" ../proto/server_car/*.proto
../compiler/build/protoc --kotlin_out="./out/" --proto_path="./server_car" ./server_car/*.proto