2018-10-27 04:12:13 +00:00
|
|
|
echo "Updating the dependencies"
|
|
|
|
go get
|
2018-04-07 05:27:25 +00:00
|
|
|
|
|
|
|
echo "Updating Gosora"
|
2018-06-06 04:33:47 +00:00
|
|
|
git stash
|
2018-04-07 05:27:25 +00:00
|
|
|
git pull origin master
|
2018-06-06 04:33:47 +00:00
|
|
|
git stash apply
|
2018-04-07 05:27:25 +00:00
|
|
|
|
|
|
|
echo "Patching Gosora"
|
|
|
|
go generate
|
2018-11-22 08:50:53 +00:00
|
|
|
go build -o Patcher "./patcher"
|
2018-04-07 05:27:25 +00:00
|
|
|
./Patcher
|