Skip to content

Commit

Permalink
dict-to-mozc update
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Nov 9, 2024
1 parent 5075398 commit b3a0268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userdic/mkdict.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

echo $@
curl -LO https://github.com/phoepsilonix/dict-to-mozc/releases/download/v0.3.0/dict-to-mozc-0.3.0-x86_64-unknown-linux-gnu.tar.gz
tar xf dict-to-mozc-0.3.0-x86_64-unknown-linux-gnu.tar.gz --strip-component=1
curl -LO https://github.com/phoepsilonix/dict-to-mozc/releases/download/v0.3.9/dict-to-mozc-x86_64-unknown-linux-gnu.tar.gz
tar xf dict-to-mozc-x86_64-unknown-linux-gnu.tar.gz --strip-component=1
curl -LO https://github.com/google/mozc/raw/refs/heads/master/src/data/dictionary_oss/id.def
PATH=$HOME/.cargo/bin:$PATH

Expand Down

0 comments on commit b3a0268

Please sign in to comment.