From f087abaddcee9b667eab360e37142276468cb06a Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Sat, 5 Sep 2026 08:04:45 +0800 Subject: [PATCH] perf: rename --- client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.sh b/client.sh index 502e728..5f66532 100755 --- a/client.sh +++ b/client.sh @@ -19,7 +19,7 @@ macos_arm64_file="${CLIENT_NAME}Client_${CLIENT_VERSION}_aarch64.dmg" wget --https-only \ --output-document="${windows_file}" \ - "${RELEASE_URL}/${CLIENT_NAME}-${CLIENT_VERSION}%20Setup.exe" + "${RELEASE_URL}/${CLIENT_NAME}-${CLIENT_VERSION}.Setup.exe" wget --https-only \ --output-document="${macos_arm64_file}" \ "${RELEASE_URL}/${CLIENT_NAME}-${CLIENT_VERSION}-arm64.dmg"