Skip to content

Commit edc38e5

Browse files
committed
perf: update client web
1 parent bb5d35c commit edc38e5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

includes/common.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
}
4343

4444
location @redirect_oss {
45-
rewrite ^/download/(.*)$ https://static.jumpserver.org/download/$1 permanent;
45+
rewrite ^/download/(.*)$ https://static.jumpserver.org/download/$1?v=osm;
4646
}

prepare.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ cd ${DOWNLOAD_DIR}/public || exit 1
3434
# wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
3535
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION}p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION}.msi
3636

37+
CLIENT_NAME="OSMClient"
3738
clients=(
38-
"JumpServerClient_${CLIENT_VERSION}_x64-setup.exe"
39-
"JumpServerClient_${CLIENT_VERSION}_aarch64.dmg"
39+
"${CLIENT_NAME}_${CLIENT_VERSION}_x64-setup.exe"
40+
"${CLIENT_NAME}_${CLIENT_VERSION}_aarch64.dmg"
4041
)
4142
for client in "${clients[@]}"; do
4243
wget "https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION}/${client}"

versions.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
1111
MONGOSH_VERSION=2.2.12
1212
TINKER_VERSION=v0.2.2
1313
VIDEO_PLAYER_VERSION=0.6.0
14-
CLIENT_VERSION=4.1.2
15-
16-
14+
CLIENT_VERSION=4.1.3

0 commit comments

Comments
 (0)