2019-01-04

This commit is contained in:
monlor
2019-01-04 22:43:39 +08:00
parent 0ce3b38594
commit fb320aaa2f
11 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ appname="frpc"
needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
appinfo="内网穿透工具相对于ngrok资源占用较多"
newinfo="frp程序更新到0.21.0"
version="0.0.3"
newinfo="修改默认的版本识别,从二进制文件获取默认版本"
version="0.0.4"

View File

@@ -6,7 +6,7 @@ eval `mbdb export frpc`
[ -z "$tcp_mux" ] && tcp_mux="true"
[ -z "$user" ] && user="mixbox"
[ -z "$protocol" ] && protocol="tcp"
[ -z "$runver" ] && runver=0.21.0
[ -z "$runver" ] && runver=`${mbroot}/apps/${appname}/bin/${appname} -v`
set_config() {