homebrew-cask/Casks/w/wechatwebdevtools.rb

31 lines
1.1 KiB
Ruby

cask "wechatwebdevtools" do
arch arm: "arm64", intel: "x64"
version "1.06.2401020"
sha256 arm: "72ef5b7602beb74ad0ae88241be42307c3f9cf561533188eedb9209da74434d4",
intel: "a12f27c4efe6c667170f6ebbd16a204a57e768e3daa69eacd1ca4e3beeba0941"
url "https://dldir1.qq.com/WechatWebDev/release/be1ec64cf6184b0fa64091919793f068/wechat_devtools_#{version}_darwin_#{arch}.dmg"
name "Wechat DevTools"
name "微信开发者工具"
desc "Wechat DevTools for Official Account and Mini Program development"
homepage "https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html"
livecheck do
url "https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html"
regex(/a>\s(\d(?:\.\d+)+)\s</i)
end
auto_updates true
app "wechatwebdevtools.app"
zap trash: [
"~/Library/Application Support/微信开发者工具",
"~/Library/Caches/微信开发者工具",
"~/Library/Preferences/com.tencent.webplusdevtools.plist",
"~/Library/Preferences/com.tencent.wechat.devtools.plist",
"~/Library/Saved Application State/com.tencent.wechat.devtools.savedState",
]
end