Skip to content

Commit

Permalink
chore: update librime to 1.11.2-39-gb74f5fa0
Browse files Browse the repository at this point in the history
fix: could only delete candidate of first index (#1491)
refactor: exclude latest tag from librime git version name
  • Loading branch information
WhiredPlanck committed Oct 14, 2024
1 parent d7987b2 commit 7b71c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/jni/librime
2 changes: 1 addition & 1 deletion app/src/main/jni/librime_jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ execute_process(
string(STRIP ${OPENCC_VERSION} OPENCC_VERSION)

execute_process(
COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/librime/.git describe --tags
COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/librime/.git describe --tags --exclude "latest"
OUTPUT_VARIABLE LIBRIME_VERSION
)
string(STRIP ${LIBRIME_VERSION} LIBRIME_VERSION)
Expand Down

0 comments on commit 7b71c6f

Please sign in to comment.