File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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
3535wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION} p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION} .msi
3636
37+ CLIENT_NAME=" OSMClient"
3738clients=(
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)
4142for client in " ${clients[@]} " ; do
4243 wget " https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION} /${client} "
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
1111MONGOSH_VERSION=2.2.12
1212TINKER_VERSION=v0.2.2
1313VIDEO_PLAYER_VERSION=0.6.0
14- CLIENT_VERSION=4.1.2
15-
16-
14+ CLIENT_VERSION=4.1.3
You can’t perform that action at this time.
0 commit comments