1
0
Fork 0
forked from External/grumble

fix proto sync script

This commit is contained in:
Tim Cooper 2016-03-27 14:06:07 -03:00
parent 4d656053e4
commit 9d091cc32a
2 changed files with 6 additions and 5 deletions

6
pkg/mumbleproto/Makefile Normal file
View file

@ -0,0 +1,6 @@
Mumble.proto:
curl -O https://raw.githubusercontent.com/mumble-voip/mumble/master/src/Mumble.proto
sed -i -e 's,MumbleProto,mumbleproto,' $@
Mumble.pb.go: Mumble.proto
protoc --go_out=. $<

View file

@ -1,5 +0,0 @@
#!/bin/bash
# Syncs the Mumble.proto file with the main Mumble repo
curl -O https://raw.github.com/mumble-voip/mumble/master/src/Mumble.proto
sed -i '' -e 's,MumbleProto,mumbleproto,' Mumble.proto