Skip to content

Commit

Permalink
build: bump librime to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Apr 29, 2024
1 parent a4d2ed5 commit c7bd093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions github.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ setlocal
git submodule init
git submodule update plum

set rime_version=1.11.0
set rime_version=1.11.2
set rime_hash=5b09f35

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
set download_archive=rime-%rime_hash%-Windows-msvc-x86.7z
set download_archive_deps=rime-deps-%rime_hash%-Windows-msvc-x86.7z
set download_archive_x64=rime-%rime_hash%-Windows-msvc-x64.7z
set download_archive_deps_x64=rime-deps-%rime_hash%-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 c7bd093

Please sign in to comment.