From e6403c4db251d272e491dc3f4ed146636210820a Mon Sep 17 00:00:00 2001 From: halo Date: Tue, 16 Apr 2024 22:42:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- prepare.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index efdb8b1..32e7334 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.1.2 \ No newline at end of file +v1.1.3 \ No newline at end of file diff --git a/prepare.sh b/prepare.sh index fd46318..9aa3d34 100755 --- a/prepare.sh +++ b/prepare.sh @@ -10,7 +10,7 @@ TINKER_VERSION=v0.1.6 MRD_VERSION=10.6.7 VIDEO_PLAYER_VERSION=0.1.9 OPENSSH_VERSION=v9.4.0.0 -Client_VERSION=v2.1.2 +Client_VERSION=v2.1.3 DOWNLOAD_URL=https://download.jumpserver.org From e538ac6eb611ba366a913fad8ca1b678949f4dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 16 Apr 2024 23:32:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E6=9B=BF=E6=8D=A2=20dbeaver=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.sh b/prepare.sh index 9aa3d34..678fbab 100755 --- a/prepare.sh +++ b/prepare.sh @@ -28,7 +28,7 @@ cd ${PROJECT_DIR}/opt/download/applets wget -q https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-amd64.exe wget -q https://github.com/jumpserver-dev/Chrome-Portable-Win64/releases/download/${CHROME_DRIVER_VERSION}/chromedriver-win64.zip wget -q https://github.com/jumpserver-dev/Chrome-Portable-Win64/releases/download/${CHROME_VERSION}/chrome-win.zip -wget -q https://dbeaver.io/files/${DBEAVER_VERSION}/dbeaver-ce-${DBEAVER_VERSION}-x86_64-setup.exe +wget -q ${DOWNLOAD_URL}/public/dbeaver-ce-${DBEAVER_VERSION}-x86_64-setup.exe wget -qO dbeaver-patch.msi ${DOWNLOAD_URL}/public/dbeaver-patch-${DBEAVER_VERSION}-x86_64-setup.msi wget -qO Tinker_Installer.exe ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe