2018-10-27 04:12:13 +00:00
|
|
|
echo "Updating the dependencies"
|
2019-09-29 07:06:00 +00:00
|
|
|
./update-deps-linux
|
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
|
2019-07-10 15:33:07 +00:00
|
|
|
go build -ldflags="-s -w" -o Patcher "./patcher"
|
2018-04-07 05:27:25 +00:00
|
|
|
./Patcher
|