try moving this down to fix upgrades

This commit is contained in:
Azareal 2020-05-28 18:00:24 +10:00
parent db856af952
commit 72731cfe0c
1 changed files with 3 additions and 3 deletions

View File

@ -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