homebrew-cask/Casks/qq.rb

27 lines
1.0 KiB
Ruby

cask 'qq' do
version '5.4.1'
sha256 'd779ad6829fab162811e5a93b0b3075750f1abe2d01711c25a52378640406966'
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 delete: [
'~/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