update release

pull/1301/head
Darien Raymond 2018-10-05 22:00:56 +02:00
parent 1c58e74894
commit b7e7e4a2b5
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 2 additions and 4 deletions

View File

@ -162,6 +162,7 @@ pkg_zip(
":config_all", ":config_all",
":systemd", ":systemd",
":doc", ":doc",
":geodata",
], ],
out = "v2ray-linux-64.zip", out = "v2ray-linux-64.zip",
mappings = gen_mappings("linux", "amd64"), mappings = gen_mappings("linux", "amd64"),

View File

@ -154,7 +154,7 @@ getPMT(){
return 0 return 0
} }
VSRC_ROOT=/ VSRC_ROOT=/tmp/v2ray
extract(){ extract(){
colorEcho ${BLUE}"Extracting V2Ray package to /tmp/v2ray." colorEcho ${BLUE}"Extracting V2Ray package to /tmp/v2ray."
@ -167,9 +167,6 @@ extract(){
if [[ -d "/tmp/v2ray/v2ray-${NEW_VER}-linux-${VDIS}" ]]; then if [[ -d "/tmp/v2ray/v2ray-${NEW_VER}-linux-${VDIS}" ]]; then
VSRC_ROOT="/tmp/v2ray/v2ray-${NEW_VER}-linux-${VDIS}" VSRC_ROOT="/tmp/v2ray/v2ray-${NEW_VER}-linux-${VDIS}"
fi fi
if [[ -d "/tmp/v2ray/v2ray-linux-${VDIS}" ]]; then
VSRC_ROOT="/tmp/v2ray/v2ray-linux-${VDIS}"
fi
return 0 return 0
} }