homebrew-cask/Casks/criptext.rb

17 lines
435 B
Ruby

cask 'criptext' do
version :latest
sha256 :no_check
url 'https://cdn.criptext.com/Criptext-Email-Desktop/mac/Criptext-latest.dmg'
name 'Criptext'
homepage 'https://criptext.com/'
app 'Criptext.app'
zap trash: [
'~/Library/Application Support/Criptext',
'~/Library/Logs/Criptext',
'~/Library/Saved Application State/com.criptext.criptextmail.savedState',
]
end