Add Easyjson to these files too as it's being difficult...

This commit is contained in:
Azareal 2019-02-10 16:01:09 +10:00
parent d9acf27c5b
commit 5099162d9c
5 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
echo "Updating the dependencies"
go get
go get -u github.com/mailru/easyjson/...
echo "Updating Gosora"
git stash

View File

@ -1,3 +1,4 @@
echo "Building the patcher"
go generate
go get -u github.com/mailru/easyjson/...
go build -o Patcher "./patcher"

View File

@ -7,6 +7,8 @@ if %errorlevel% neq 0 (
exit /b %errorlevel%
)
go get -u github.com/mailru/easyjson/...
echo Updating Gosora
git stash
if %errorlevel% neq 0 (

View File

@ -1,2 +1,4 @@
echo "Updating the dependencies"
go get
go get
go get -u github.com/mailru/easyjson/...

View File

@ -7,5 +7,7 @@ if %errorlevel% neq 0 (
exit /b %errorlevel%
)
go get -u github.com/mailru/easyjson/...
echo The dependencies were successfully updated
pause