소스 검색

fix som issue

Dew-OF-Aurora 4 달 전
부모
커밋
6b859c5c2a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      os/MacOS.rb

+ 2 - 1
os/MacOS.rb

@@ -38,7 +38,8 @@ module RimeDeploy
       def call
         puts intro
         system("cp ./custom/*.yaml #{Store.config_path}/")
-        system("cp ./custom_phrase.txt #{Store.config_path}/")
+        sleep 1
+        system("cp ./custom/custom_phrase.txt #{Store.config_path}/")
         sleep 1
         return :next
       end