Files
homebrew-cask/Casks/i/infoflow.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

29 lines
689 B
Ruby

cask "infoflow" do
version "2.3.27.7,20230511224435"
sha256 :no_check
url "https://hi-static.cdn.bcebos.com/hi-official/infoflow_setup.dmg",
verified: "hi-static.cdn.bcebos.com/"
name "Baidu Hi"
name "百度 Hi"
name "如流"
name "infoflow"
desc "AI office platform"
homepage "https://infoflow.baidu.com/"
livecheck do
url :url
strategy :extract_plist
end
app "如流.app"
zap trash: [
"~/Library/Caches/com.baidu.hi.mac",
"~/Library/WebKit/com.baidu.hi.mac",
"~/Library/HTTPStorages/com.baidu.hi.mac",
"~/Library/Preferences/com.baidu.hi.mac.plist",
"~/Library/Saved Application State/com.baidu.hi.mac.savedState",
]
end