Explorar o código

Fix user-package codename & buildtime error (#303)

Loyalsoldier %!s(int64=5) %!d(string=hai) anos
pai
achega
7b8a0faee1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      release/user-package.sh

+ 1 - 1
release/user-package.sh

@@ -33,7 +33,7 @@ build_v2() {
 		local VERSIONTAG=$(git describe --abbrev=0 --tags)
 	fi
 
-	LDFLAGS="-s -w -buildid= -X v2ray.codename=${CODENAME} -X v2ray.build=${BUILDNAME} -X v2ray.version=${VERSIONTAG}"
+	LDFLAGS="-s -w -buildid= -X v2ray.com/core.codename=${CODENAME} -X v2ray.com/core.build=${BUILDNAME} -X v2ray.com/core.version=${VERSIONTAG}"
 
 	echo ">>> Compile v2ray ..."
 	env CGO_ENABLED=0 go build -o "$TMP"/v2ray"${EXESUFFIX}" -ldflags "$LDFLAGS" ./main