Add Easyjson to these files too as it's being difficult...
This commit is contained in:
parent
d9acf27c5b
commit
5099162d9c
|
@ -1,5 +1,6 @@
|
||||||
echo "Updating the dependencies"
|
echo "Updating the dependencies"
|
||||||
go get
|
go get
|
||||||
|
go get -u github.com/mailru/easyjson/...
|
||||||
|
|
||||||
echo "Updating Gosora"
|
echo "Updating Gosora"
|
||||||
git stash
|
git stash
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
echo "Building the patcher"
|
echo "Building the patcher"
|
||||||
go generate
|
go generate
|
||||||
|
go get -u github.com/mailru/easyjson/...
|
||||||
go build -o Patcher "./patcher"
|
go build -o Patcher "./patcher"
|
|
@ -7,6 +7,8 @@ if %errorlevel% neq 0 (
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go get -u github.com/mailru/easyjson/...
|
||||||
|
|
||||||
echo Updating Gosora
|
echo Updating Gosora
|
||||||
git stash
|
git stash
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
echo "Updating the dependencies"
|
echo "Updating the dependencies"
|
||||||
go get
|
go get
|
||||||
|
|
||||||
|
go get -u github.com/mailru/easyjson/...
|
|
@ -7,5 +7,7 @@ if %errorlevel% neq 0 (
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
)
|
)
|
||||||
|
|
||||||
|
go get -u github.com/mailru/easyjson/...
|
||||||
|
|
||||||
echo The dependencies were successfully updated
|
echo The dependencies were successfully updated
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Reference in New Issue