Add Tutanota Desktop Cask (#59903)

* Add Tutanota Desktop Cask

* Update and rename tutanota-desktop.rb to tutanota.rb

* Update tutanota.rb

* Fix issues mentioned by CI
This commit is contained in:
Nathaniel Suchy 2019-03-07 16:35:05 -05:00 committed by Vítor Galvão
parent 094204c83a
commit 62c1bfb145
1 changed files with 17 additions and 0 deletions

17
Casks/tutanota.rb Normal file
View File

@ -0,0 +1,17 @@
cask 'tutanota' do
version :latest
sha256 :no_check
url 'https://mail.tutanota.com/desktop/tutanota-desktop-mac.zip'
name 'Tutanota Desktop'
homepage 'https://tutanota.com/'
app 'Tutanota Desktop.app'
zap trash: [
'~/Library/Application Support/tutanota-desktop',
'~/Library/Caches/de.tutao.tutanota',
'~/Library/Caches/de.tutao.tutanota.ShipIt',
'~/Library/Preferences/de.tutao.tutanota.plist',
]
end