Skip to content

Commit

Permalink
chore(librime): update to librime 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jun 22, 2019
1 parent 564b4d3 commit 562533b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions appveyor.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 562533b

Please sign in to comment.