mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
24 lines
928 B
Ruby
24 lines
928 B
Ruby
cask "electronic-wechat" do
|
|
version "2.0"
|
|
sha256 "eba20a9164e917f1a9962fc3202d2c1255a3d26802ae2fd1fe229feaba5b6242"
|
|
|
|
url "https://github.com/geeeeeeeeek/electronic-wechat/releases/download/V#{version}/mac-osx.tar.gz"
|
|
name "Electronic WeChat"
|
|
homepage "https://github.com/geeeeeeeeek/electronic-wechat"
|
|
|
|
app "Electronic WeChat-darwin-x64/Electronic WeChat.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/electronic-wechat",
|
|
"~/Library/Application Support/electronic-wechat/Local Storage/https_web.wechat.com_0.localstorage",
|
|
"~/Library/Application Support/electronic-wechat/Local Storage/https_web.wechat.com_0.localstorage-journal",
|
|
"~/Library/Saved Application State/com.electron.electronic-wechat.savedState",
|
|
"~/Library/Preferences/com.electron.electronic-wechat.plist",
|
|
"~/Library/Preferences/com.electron.electronic-wechat.helper.plist",
|
|
]
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|