mirror of https://github.com/v2ray/v2ray-core
update release
parent
1c58e74894
commit
b7e7e4a2b5
|
@ -162,6 +162,7 @@ pkg_zip(
|
|||
":config_all",
|
||||
":systemd",
|
||||
":doc",
|
||||
":geodata",
|
||||
],
|
||||
out = "v2ray-linux-64.zip",
|
||||
mappings = gen_mappings("linux", "amd64"),
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue