gosora/quick-update-linux
2019-07-10 18:33:07 +03:00

8 lines
154 B
Plaintext

echo "Updating Gosora"
git stash
git pull origin master
git stash apply
echo "Patching Gosora"
go build -ldflags="-s -w" -o Patcher "./patcher"
./Patcher