From 562533b533955db9c51499af1a02db04e0410067 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Sat, 22 Jun 2019 22:12:16 +0800 Subject: [PATCH] chore(librime): update to librime 1.5.3 --- appveyor.install.bat | 7 ++++--- librime | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.install.bat b/appveyor.install.bat index b4147e0ff..67e4ee9e2 100644 --- a/appveyor.install.bat +++ b/appveyor.install.bat @@ -31,9 +31,10 @@ if not exist %BOOST_ROOT%/stage_x64 set nocache=1 git submodule init git submodule update plum -set librime_version=1.5.2 -appveyor DownloadFile https://github.com/rime/librime/releases/download/%librime_version%/rime-with-plugins.zip -7z x rime-with-plugins.zip * -olibrime\ | find "ing archive" +set librime_version=1.5.3 +set download_archive=rime-with-plugins-%librime_version%-win32.zip +appveyor DownloadFile https://github.com/rime/librime/releases/download/%librime_version%/%download_archive% +7z x %download_archive% * -olibrime\ | find "ing archive" copy /Y librime\dist\include\rime_*.h include\ copy /Y librime\dist\lib\rime.lib lib\ copy /Y librime\dist\lib\rime.dll output\ diff --git a/librime b/librime index 5a18ff557..719542c9b 160000 --- a/librime +++ b/librime @@ -1 +1 @@ -Subproject commit 5a18ff5572ca11ebf8526a21ce95cad4fdb3c73e +Subproject commit 719542c9bc9fd941cd6fb977b2998557b0be5122