Skip to content

Commit

Permalink
update output/rime-install-config.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Apr 13, 2024
1 parent 273c9af commit 4842f09
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions output/rime-install-config.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
rem for downloading Git for Windows installer
set git_mirror=taobao
rem Location of download cache
rem set download_cache_dir=%TEMP%

rem Do not update packages; only download missing files.
rem CAUTION: may suffer from incomplete downloads.
rem set no_update=1

rem Rime configuration manager and downloaded packages
set plum_dir=%APPDATA%\plum
set plum_dir=%APPDATA%\plum

rem Location of Rime user directory
rem set rime_dir=%APPDATA%\Rime

set key=HKEY_CURRENT_USER\SOFTWARE\Rime\Weasel
set name=RimeUserDir
for /f "tokens=2*" %%a in ('reg query "%key%" /v "%name%"') do set rime_dir=%%b

rem Disable /plum/ bash script; use batch installer only.
rem set use_plum=0
2 changes: 1 addition & 1 deletion plum

0 comments on commit 4842f09

Please sign in to comment.