gosora/dev-update-travis

3 lines
88 B
Plaintext

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