homebrew-cask/Casks/qq.rb

27 lines
1.0 KiB
Ruby

cask 'qq' do
version '6.3.0'
sha256 'bf60d26396ee23ea0228477b87d7d646e6c9cddeb05c23cf98bc7652cb8dfc4e'
url "https://dldir1.qq.com/qqfile/QQforMac/QQ_V#{version}.dmg"
name 'QQ'
homepage 'https://im.qq.com/macqq/'
app 'QQ.app'
uninstall quit: 'com.tencent.qq'
zap trash: [
'~/Library/Application Scripts/FN2V63AD2J.com.tencent.ScreenCapture2',
'~/Library/Application Scripts/FN2V63AD2J.com.tencent.localserver2',
'~/Library/Application Scripts/com.tencent.qq',
'~/Library/Caches/com.tencent.qq',
'~/Library/Containers/FN2V63AD2J.com.tencent.ScreenCapture2',
'~/Library/Containers/FN2V63AD2J.com.tencent.localserver2',
'~/Library/Containers/com.tencent.qq',
'~/Library/Group Containers/FN2V63AD2J.com.tencent',
'~/Library/Preferences/com.tencent.qq.plist',
'~/Library/Saved Application State/com.tencent.qq.savedState',
'~/Library/WebKit/com.tencent.qq',
]
end