mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update
This commit is contained in:
@@ -14,7 +14,7 @@ GOBIN="/usr/local/go/bin/go"
|
|||||||
|
|
||||||
$GOBIN version
|
$GOBIN version
|
||||||
|
|
||||||
#$GOBIN run build_web.go
|
$GOBIN run build_web.go
|
||||||
|
|
||||||
LDFLAGS="'-s -w'"
|
LDFLAGS="'-s -w'"
|
||||||
FAILURES=""
|
FAILURES=""
|
||||||
@@ -22,12 +22,11 @@ ROOT=${PWD}
|
|||||||
OUTPUT="${ROOT}/dist/TorrServer"
|
OUTPUT="${ROOT}/dist/TorrServer"
|
||||||
|
|
||||||
cd "${ROOT}/server"
|
cd "${ROOT}/server"
|
||||||
$GOBIN clean -i -r -cache
|
|
||||||
#rm -f "${OUTPUT}*"
|
|
||||||
|
|
||||||
|
$GOBIN clean -i -r -cache --modcache
|
||||||
$GOBIN mod tidy
|
$GOBIN mod tidy
|
||||||
|
|
||||||
BUILD_FLAGS="-tags disable_libutp -ldflags=${LDFLAGS}"
|
BUILD_FLAGS="-ldflags=${LDFLAGS}"
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
### ARM build section
|
### ARM build section
|
||||||
|
|||||||
Reference in New Issue
Block a user