new cask figmadaemon latest (#50221)

* new cask figmadaemon latest

* Update figmadaemon.rb

* Update figmadaemon.rb
This commit is contained in:
Yurii Kolesnykov 2018-08-03 03:21:52 +03:00 committed by commitay
parent b4f1c1e534
commit 3ca5bf37a6
1 changed files with 19 additions and 0 deletions

19
Casks/figmadaemon.rb Normal file
View File

@ -0,0 +1,19 @@
cask 'figmadaemon' do
version :latest
sha256 :no_check
url 'https://font-daemon.figma.com/FigmaInstaller.pkg'
name 'Figma Font Installers'
homepage 'https://www.figma.com/'
pkg 'FigmaInstaller.pkg'
uninstall pkgutil: 'com.figma.daemon',
launchctl: 'com.figma.daemon',
delete: '~/Library/Application Support/Figma/FigmaDaemon.app'
zap delete: [
'~/Library/Preferences/com.figma.FigmaDaemon.plist',
'~/Library/Caches/com.figma.FigmaDaemon',
]
end