gosora/dev-update-linux
Azareal 9859042f54 More fail-safes for weird occurences.
Avoid duplicating logic in the shell files.
2019-09-29 17:06:00 +10:00

12 lines
220 B
Plaintext

echo "Updating the dependencies"
./update-deps-linux
echo "Updating Gosora"
git stash
git pull origin master
git stash apply
echo "Patching Gosora"
go generate
go build -ldflags="-s -w" -o Patcher "./patcher"
./Patcher