Skip to content

Commit

Permalink
update librime to 1.8.4
Browse files Browse the repository at this point in the history
Reverted feature: handle repeated key until release; Squirrel does not
always send key release events to librime, resulting in incorrect behaviour.
  • Loading branch information
lotem committed Jan 30, 2023
1 parent bd9064a commit 855990e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

set -e

rime_version=1.8.3
rime_version=1.8.4

rime_archive='rime-a0fceab-macOS.tar.bz2'
rime_archive='rime-a94739f-macOS.tar.bz2'
rime_download_url="https://github.com/rime/librime/releases/download/${rime_version}/${rime_archive}"

rime_deps_archive='rime-deps-a0fceab-macOS.tar.bz2'
rime_deps_archive='rime-deps-a94739f-macOS.tar.bz2'
rime_deps_download_url="https://github.com/rime/librime/releases/download/${rime_version}/${rime_deps_archive}"

mkdir -p download && (
Expand Down
2 changes: 1 addition & 1 deletion librime

0 comments on commit 855990e

Please sign in to comment.