homebrew-cask/Casks/chrome-remote-desktop-host.rb

21 lines
661 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'chrome-remote-desktop-host' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg'
name 'Chrome Remote Desktop'
2016-11-23 09:05:11 +08:00
homepage 'https://chrome.google.com/webstore/detail/chrome-remote-desktop/gbchcmhmhahfdphkhkmpfmihenigjmpp'
2014-09-10 23:36:59 +08:00
pkg 'Chrome Remote Desktop Host.pkg'
uninstall script: {
executable: '/Applications/Chrome Remote Desktop Host Uninstaller.app/Contents/MacOS/remoting_host_uninstaller',
args: %w[--no-ui],
},
pkgutil: 'com.google.pkg.ChromeRemoteDesktopHost'
2014-04-18 13:12:24 +08:00
caveats do
logout
end
end