Skip to content

Commit

Permalink
fix(tools): install rime dirr
Browse files Browse the repository at this point in the history
install rime dirr
  • Loading branch information
snomiao committed May 8, 2024
1 parent 195d72d commit 11b991f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cd %~dp0\..

echo [RIME-SNOMIAO] receipe installing...

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

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

0 comments on commit 11b991f

Please sign in to comment.