From 72731cfe0c513a9f92b7dbdeb00d7cd17c702e97 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 28 May 2020 18:00:24 +1000 Subject: [PATCH] try moving this down to fix upgrades --- pre-run-linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pre-run-linux b/pre-run-linux index 462c1a9e..1b256ba7 100644 --- a/pre-run-linux +++ b/pre-run-linux @@ -10,9 +10,6 @@ rm -f ./common/gen_extend.go echo "Generating the dynamic code" go generate -echo "Generating the JSON handlers" -easyjson -pkg common - echo "Building the router generator" go build -ldflags="-s -w" -o RouterGen "./router_gen" echo "Running the router generator" @@ -28,6 +25,9 @@ go build -tags hookgen -ldflags="-s -w" -o HookGen "./cmd/hook_gen" echo "Running the hook generator" ./HookGen +echo "Generating the JSON handlers" +easyjson -pkg common + echo "Building Gosora" go build -ldflags="-s -w" -o Gosora