Skip to content

Commit 11b991f

Browse files
committed
fix(tools): install rime dirr
install rime dirr
1 parent 195d72d commit 11b991f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cd %~dp0\..
22

33
echo [RIME-SNOMIAO] receipe installing...
44

5-
robocopy ./ %APPDATA%\Rime *.yaml /S /XD node_modules /XF pnpm-lock.yaml
6-
robocopy ./opencc %APPDATA%\Rime\opencc *.json *.txt *.ocd *.ocd2 /S
5+
robocopy ./Rime %APPDATA%\Rime *.yaml /S /XD node_modules /XF pnpm-lock.yaml
6+
robocopy ./Rime/opencc %APPDATA%\Rime\opencc *.json *.txt *.ocd *.ocd2 /S
77

88
echo [RIME-SNOMIAO] Weasel Deploy
99
cd C:\Program Files (x86)\Rime\weasel-*

0 commit comments

Comments
 (0)