homebrew-cask/Casks/notion.rb

17 lines
390 B
Ruby
Raw Normal View History

cask 'notion' do
2017-04-20 05:26:56 +08:00
version :latest
sha256 :no_check
2017-04-20 05:26:56 +08:00
url 'https://www.notion.so/desktop/Notion.dmg'
name 'Notion'
homepage 'https://www.notion.so/'
app 'Notion.app'
2017-03-19 10:46:15 +08:00
zap delete: [
'~/Library/Application Support/Notion',
'~/Library/Preferences/notion.id.helper.plist',
'~/Library/Preferences/notion.id.plist',
]
end