Skip to content

Commit

Permalink
fix github.install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Apr 2, 2024
1 parent 701a0c0 commit 76790b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions github.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 76790b6

Please sign in to comment.