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-04-22 12:33:56 +00:00
|
|
|
rm ./schema/lastSchema.json
|
|
|
|
cp ./schema/schema.json ./schema/lastSchema.json
|
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"
|
|
|
|
cd ./patcher
|
|
|
|
go generate
|
|
|
|
go build -o Patcher
|
|
|
|
mv ./Patcher ..
|
|
|
|
cd ..
|
|
|
|
./Patcher
|