module RimeDeploy module OSConfig module Mac InstallCmd = "brew install --cask squirrel" ConfigPath = "~/Library/Rime" end module Linux ConfigPath = "~/Library/Rime" end end end