homebrew-cask/Casks/vsee.rb

23 lines
753 B
Ruby
Raw Normal View History

2018-05-07 22:52:05 +08:00
cask 'vsee' do
version '4.2.0,36641'
sha256 '9226d2fcd503aeb44696303448436d6c64fc38d9fab6c3dc2de159d299a38d55'
2018-05-07 22:52:05 +08:00
# d2q5hugz2rti4w.cloudfront.net was verified as official when first introduced to the cask
url "https://d2q5hugz2rti4w.cloudfront.net/mac/#{version.after_comma}/vseemac.dmg"
appcast 'https://client.vsee.com/mac/appcast.xml'
2018-05-07 22:52:05 +08:00
name 'VSee'
homepage 'https://vsee.com/'
app 'VSee.app'
uninstall login_item: 'VSee.app',
2018-07-02 11:50:45 +08:00
delete: '~/Library/Internet Plug-Ins/VSeeHelper.plugin'
2018-05-07 22:52:05 +08:00
zap trash: [
'~/Library/Preferences/com.vsee.VSee.plist',
'~/Library/Application Support/VSee',
'~/Library/Caches/com.vsee.VSee',
'~/Library/Logs/VSee',
]
end