diff --git a/dev-update-travis b/dev-update-travis index 101ec65f..6dd0aade 100644 --- a/dev-update-travis +++ b/dev-update-travis @@ -1,4 +1,3 @@ echo "Building the patcher" go generate -go get go build -ldflags="-s -w" -o Patcher "./patcher" \ No newline at end of file diff --git a/update-deps-linux b/update-deps-linux index ba85366c..4fc14cc2 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,4 +1,3 @@ echo "Updating the dependencies" -go get -u github.com/mailru/easyjson/... -easyjson -pkg common -go get \ No newline at end of file +go get +easyjson -pkg common \ No newline at end of file