7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
echo "Building the patcher"
|
||
|
cp ./schema/schema.json ./schema/lastSchema.json
|
||
|
cd ./patcher
|
||
|
go generate
|
||
|
go build -o Patcher
|
||
|
mv ./Patcher ..
|
||
|
cd ..
|