3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
echo "Building the patcher"
|
|
go generate
|
|
go build -ldflags="-s -w" -o Patcher "./patcher" |