9859042f54
Avoid duplicating logic in the shell files.
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
echo "Building the patcher"
|
|
go generate
|
|
./update-deps-linux
|
|
go build -ldflags="-s -w" -o Patcher "./patcher" |