revert to old engine

This commit is contained in:
nikk gitanes
2021-07-20 07:44:44 +03:00
parent 8355ad3794
commit 2ec43233fb
16 changed files with 98 additions and 878 deletions

View File

@@ -41,14 +41,13 @@ OUTPUT="${ROOT}/dist/TorrServer"
#### Build web
echo "Build web"
$GOBIN run gen_web.go
$GOBIN run gen_web.go || exit 1
#### Build server
echo "Build server"
cd "${ROOT}/server" || exit 1
$GOBIN clean -i -r -cache #--modcache
$GOBIN mod tidy
$GOBIN mod download
BUILD_FLAGS="-ldflags=${LDFLAGS}"