gosora/dev-update-travis
2019-07-10 18:33:07 +03:00

4 lines
129 B
Plaintext

echo "Building the patcher"
go generate
go get -u github.com/mailru/easyjson/...
go build -ldflags="-s -w" -o Patcher "./patcher"