-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(WeaselDeployer): add Get Schemata button to run plum script (#174)
* Add Get Schemata button in WeaselDeployer * Launch plum Windows bootstrap script in interactive mode * Reload schema list after running plum script
- Loading branch information
Showing
8 changed files
with
52 additions
and
3 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
rem for downloading Git for Windows installer | ||
set git_mirror=taobao | ||
|
||
rem Rime configuration manager and downloaded packages | ||
set plum_dir=%APPDATA%\plum |
Submodule plum
updated
13 files
+1 −1 | Makefile | |
+51 −6 | README.md | |
+2 −2 | all-packages.conf | |
+17 −4 | rime-install | |
+96 −0 | rime-install.bat | |
+28 −0 | scripts/bootstrap.sh | |
+4 −0 | scripts/frontend.sh | |
+12 −56 | scripts/install-packages.sh | |
+0 −1 | scripts/minimal-build.sh | |
+71 −0 | scripts/resolver.sh | |
+68 −0 | scripts/selector.sh | |
+9 −1 | scripts/styles.sh | |
+2 −2 | scripts/update-package.sh |