Skip to content

Commit bb5d35c

Browse files
committed
perf: remove videoplayer
1 parent 8147d53 commit bb5d35c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

prepare.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ wget ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe
2929

3030
mkdir -p ${DOWNLOAD_DIR}/public
3131
cd ${DOWNLOAD_DIR}/public || exit 1
32-
wget ${DOWNLOAD_URL}/public/Microsoft_Remote_Desktop_${MRD_VERSION}_installer.pkg
33-
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.dmg
34-
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
32+
# wget ${DOWNLOAD_URL}/public/Microsoft_Remote_Desktop_${MRD_VERSION}_installer.pkg
33+
# wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.dmg
34+
# 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

3737
clients=(
3838
"JumpServerClient_${CLIENT_VERSION}_x64-setup.exe"
3939
"JumpServerClient_${CLIENT_VERSION}_aarch64.dmg"
40-
"JumpServerClient_${CLIENT_VERSION}_x64.dmg"
4140
)
4241
for client in "${clients[@]}"; do
4342
wget "https://github.com/jumpserver/clients/releases/download/v${CLIENT_VERSION}/${client}"

0 commit comments

Comments
 (0)