homebrew-cask/Casks/vsee.rb

23 lines
753 B
Ruby

cask 'vsee' do
version '4.5.2,38825'
sha256 'cdebec4b7abd0ffbb7427faf4bc90ab680fc1445ec41a1781cf602d00a75fd74'
# 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'
name 'VSee'
homepage 'https://vsee.com/'
app 'VSee.app'
uninstall login_item: 'VSee.app',
delete: '~/Library/Internet Plug-Ins/VSeeHelper.plugin'
zap trash: [
'~/Library/Preferences/com.vsee.VSee.plist',
'~/Library/Application Support/VSee',
'~/Library/Caches/com.vsee.VSee',
'~/Library/Logs/VSee',
]
end