Skip to content

Commit

Permalink
release v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Nov 22, 2023
1 parent c3047fb commit f2ffcad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- 自动刷新Token有效期
- 修复部分UI错误
- 修复节点列表返回数据
9 changes: 0 additions & 9 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,14 @@ CALL :build freebsd arm64
CALL :build linux 386
CALL :build linux amd64
CALL :build linux arm64
CALL :build linux mips
CALL :build linux mipsle
CALL :build linux mips64
CALL :build linux mips64le
CALL :build linux ppc64
CALL :build linux ppc64le
CALL :build linux s390x

CALL :build netbsd 386
CALL :build netbsd amd64
CALL :build netbsd arm64

CALL :build openbsd 386
CALL :build openbsd amd64
CALL :build openbsd arm64

CALL :build windows 386
CALL :build windows amd64
CALL :build windows arm64

Expand Down
17 changes: 8 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ build() {

####################################################################

releases_url=https://api.github.com/repos/opentdp/tdp-cloud-ui/releases/latest
download_url=`wget -qO- $releases_url | grep releases/download | cut -f4 -d "\""`

wget -O cloud-ui.tar.gz $download_url
tar xvf cloud-ui.tar.gz --strip-components 2 -C front

####################################################################

build android arm64

build darwin amd64
Expand All @@ -32,23 +40,14 @@ build freebsd arm64
build linux 386
build linux amd64
build linux arm64
build linux mips
build linux mipsle
build linux mips64
build linux mips64le
build linux ppc64
build linux ppc64le
build linux s390x

build netbsd 386
build netbsd amd64
build netbsd arm64

build openbsd 386
build openbsd amd64
build openbsd arm64

build windows 386
build windows amd64
build windows arm64

Expand Down

0 comments on commit f2ffcad

Please sign in to comment.