gosora/dev-update-linux

12 lines
190 B
Plaintext

echo "Updating the dependencies"
go get
echo "Updating Gosora"
git stash
git pull origin master
git stash apply
echo "Patching Gosora"
go generate
go build -o Patcher "./patcher"
./Patcher