mirror of https://github.com/bjdgyc/anylink.git
修改版本号
This commit is contained in:
parent
ea84a29350
commit
f0305415ae
|
@ -33,7 +33,7 @@ COPY docker_entrypoint.sh /app/
|
||||||
|
|
||||||
COPY ./server/bridge-init.sh /app/
|
COPY ./server/bridge-init.sh /app/
|
||||||
COPY ./server/conf /app/conf
|
COPY ./server/conf /app/conf
|
||||||
#COPY ./server/files /app/conf/files
|
COPY ./LICENSE /app/LICENSE
|
||||||
|
|
||||||
|
|
||||||
#TODO 本地打包时使用镜像
|
#TODO 本地打包时使用镜像
|
||||||
|
|
1
build.sh
1
build.sh
|
@ -42,6 +42,7 @@ cp -r server/bridge-init.sh $deploy
|
||||||
cp -r server/conf $deploy
|
cp -r server/conf $deploy
|
||||||
|
|
||||||
cp -r systemd $deploy
|
cp -r systemd $deploy
|
||||||
|
cp -r LICENSE $deploy
|
||||||
|
|
||||||
tar zcvf ${deploy}.tar.gz $deploy
|
tar zcvf ${deploy}.tar.gz $deploy
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ package base
|
||||||
const (
|
const (
|
||||||
APP_NAME = "AnyLink"
|
APP_NAME = "AnyLink"
|
||||||
// 修复前端bug
|
// 修复前端bug
|
||||||
APP_VER = "0.7.1"
|
APP_VER = "0.7.2"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue