diff options
Diffstat (limited to 'remoting/tools/get_mac_crd_version.sh')
-rwxr-xr-x | remoting/tools/get_mac_crd_version.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/tools/get_mac_crd_version.sh b/remoting/tools/get_mac_crd_version.sh index dbddb9c..89661c1 100755 --- a/remoting/tools/get_mac_crd_version.sh +++ b/remoting/tools/get_mac_crd_version.sh @@ -4,10 +4,10 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -ME2ME_HOST="/Library/PrivilegedHelperTools/org.chromium.chromoting.me2me_host.app" +ME2ME_HOST="/Library/PrivilegedHelperTools/ChromeRemoteDesktopHost.bundle" UNINSTALLER_CHROME="/Applications/Chrome Remote Desktop Host Uninstaller.app" UNINSTALLER_CHROMIUM="/Applications/Chromoting Host Uninstaller.app" -PREFPANE="/Library/PreferencePanes/org.chromium.chromoting.prefPane" +PREFPANE="/Library/PreferencePanes/ChromeRemoteDesktop.prefPane" KEYSTONE="/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle" INFO_PLIST="Contents/Info.plist" |