config.rb 217 B

123456789101112
  1. module RimeDeploy
  2. module OSConfig
  3. module Mac
  4. InstallCmd = "brew install --cask squirrel"
  5. ConfigPath = "~/Library/Rime"
  6. end
  7. module Linux
  8. ConfigPath = "~/Library/Rime"
  9. end
  10. end
  11. end