1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 14:26:11 -04:00

update release

This commit is contained in:
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",
":systemd",
":doc",
":geodata",
],
out = "v2ray-linux-64.zip",
mappings = gen_mappings("linux", "amd64"),

View File

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