echo "Building the patcher"
cp ./schema/schema.json ./schema/lastSchema.json
go generate
go build -o Patcher "./patcher"