gosora/dev-update-travis

4 lines
108 B
Plaintext

echo "Building the patcher"
go generate
./update-deps-linux
go build -ldflags="-s -w" -o Patcher "./patcher"