From 76790b653c4cc4ef80bcd6c39bb7811696e90e0e Mon Sep 17 00:00:00 2001 From: fxliang Date: Mon, 1 Apr 2024 22:00:59 +0800 Subject: [PATCH] fix github.install.bat --- github.install.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/github.install.bat b/github.install.bat index 1bd568ea3..65d8c5580 100644 --- a/github.install.bat +++ b/github.install.bat @@ -5,10 +5,10 @@ git submodule update plum set rime_version=1.11.0 -set download_archive=rime-76a0a16c-Windows-msvc-x86.7z -set download_archive_deps=rime-deps-76a0a16c-Windows-msvc-x86.7z -set download_archive_x64=rime-76a0a16c-Windows-msvc-x64.7z -set download_archive_deps_x64=rime-deps-76a0a16c-Windows-msvc-x64.7z +set download_archive=rime-76a0a16-Windows-msvc-x86.7z +set download_archive_deps=rime-deps-76a0a16-Windows-msvc-x86.7z +set download_archive_x64=rime-76a0a16-Windows-msvc-x64.7z +set download_archive_deps_x64=rime-deps-76a0a16-Windows-msvc-x64.7z curl -LO https://github.com/rime/librime/releases/download/%rime_version%/%download_archive% curl -LO https://github.com/rime/librime/releases/download/%rime_version%/%download_archive_deps%