|
|
@@ -47,7 +47,7 @@ You can download Rime from: https://rime.im/download/
|
|
|
def call
|
|
|
puts intro
|
|
|
system(
|
|
|
- "git clone --depth=1 #{Config::RIME_CONFIG_REPO} #{Store.config_path}"
|
|
|
+ "git clone #{Config::RIME_CONFIG_REPO} #{Store.config_path}"
|
|
|
)
|
|
|
sleep 1
|
|
|
return :next
|
|
|
@@ -59,6 +59,8 @@ You can download Rime from: https://rime.im/download/
|
|
|
puts intro
|
|
|
system("copy .\\custom\\*.yaml #{Store.config_path}")
|
|
|
sleep 1
|
|
|
+ system("copy .\\custom\\custom_phrase.txt #{Store.config_path}")
|
|
|
+ sleep 1
|
|
|
return :next
|
|
|
end
|
|
|
end
|