-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
f6a0288a806954b8c0f1d34148aa43e1 public/rime.data | ||
a8d2ea8479ac687d84733742c888c955 public/rime.js | ||
489b08984c533c159fe4999368bb76b1 public/rime.wasm | ||
a05f8632c836fa1a77b833461b454447 public/rime.js | ||
7a9eb29da23cfb36a4bd427f30df7ee4 public/rime.wasm |
Submodule librime
updated
11 files
+14 −7 | .github/workflows/macos-build.yml | |
+6 −4 | .github/workflows/windows-build.yml | |
+1 −1 | CMakeLists.txt | |
+4 −5 | README-mac.md | |
+1 −1 | env.bat.template | |
+1 −1 | env.vs2019.bat | |
+1 −1 | env.vs2022.bat | |
+8 −6 | install-boost.bat | |
+9 −8 | install-boost.sh | |
+19 −12 | src/rime/lever/deployment_tasks.cc | |
+1 −1 | src/rime/setup.cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@libreservice/my-rime", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"files": [ | ||
"dist" | ||
], | ||
|