Skip to content

Commit 79bc207

Browse files
committed
update librime
1 parent 2d32bba commit 79bc207

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitmodules

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "librime"]
22
path = librime
3-
url = https://github.com/rime/librime.git
3+
url = https://github.com/groverlynn/librime.git
4+
branch = choose
45
ignore = dirty
56
[submodule "plum"]
67
path = plum

action-install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
rime_version=1.9.0m
6-
rime_git_hash=434e898
5+
rime_version=1.9.0-m
6+
rime_git_hash=275b399
77

88
rime_archive="rime-${rime_git_hash}-macOS.tar.bz2"
99
rime_download_url="https://github.com/groverlynn/librime/releases/download/${rime_version}/${rime_archive}"

0 commit comments

Comments
 (0)