Skip to content

Commit

Permalink
Fix rime install
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Apr 4, 2024
1 parent f094688 commit 67ede31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cats/+rime.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
(delete-directory rime-librime-root t))
(when (file-exists-p version-file)
(delete-file version-file t))
(+mkdir-p cat-rime-dir)
(shell-command (format "tar -xjf %s -C %s" file cat-rime-dir))
(unless keep-after-extract
(delete-file file))
Expand Down

0 comments on commit 67ede31

Please sign in to comment.