1 cask :v1 => 'chrome-remote-desktop-host' do
5 url 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg'
6 homepage 'https://chrome.google.com/remotedesktop'
7 license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9 pkg 'Chrome Remote Desktop Host.pkg'
11 uninstall :script => {
12 :executable => '/Applications/Chrome Remote Desktop Host Uninstaller.app/Contents/MacOS/remoting_host_uninstaller',
15 :pkgutil => 'com.google.pkg.ChromeRemoteDesktopHost'