@@ -73,6 +73,8 @@ https://wiki.archlinux.org/title/Rime
puts intro
system("cp ./custom/*.yaml #{Store.config_path}/")
sleep 1
+ system("cp ./custom/custom_phrase.txt #{Store.config_path}/")
+ sleep 1
return :next
end
@@ -59,6 +59,8 @@ You can download Rime from: https://rime.im/download/
system("copy .\\custom\\*.yaml #{Store.config_path}")
+ system("copy .\\custom\\custom_phrase.txt #{Store.config_path}")