gosora/dev-update-linux

13 lines
248 B
Plaintext
Raw Normal View History

echo "Updating the dependencies"
go get
go get -u github.com/mailru/easyjson/...
echo "Updating Gosora"
git stash
git pull origin master
git stash apply
echo "Patching Gosora"
go generate
2019-07-10 15:33:07 +00:00
go build -ldflags="-s -w" -o Patcher "./patcher"
./Patcher