| Index: trunk/src/remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
|
| ===================================================================
|
| --- trunk/src/remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh (revision 259399)
|
| +++ trunk/src/remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh (working copy)
|
| @@ -7,14 +7,12 @@
|
| # Version = @@VERSION@@
|
|
|
| NAME=org.chromium.chromoting
|
| -HOST_BUNDLE_NAME=ChromeRemoteDesktopHost.bundle
|
| -PREFPANE_BUNDLE_NAME=ChromeRemoteDesktop.prefPane
|
| CONFIG_DIR=/Library/PrivilegedHelperTools
|
| +HOST_EXE=$CONFIG_DIR/$NAME.me2me_host.app/Contents/MacOS/remoting_me2me_host
|
| +PLIST_FILE=$CONFIG_DIR/$NAME.me2me_host.app/Contents/Info.plist
|
| ENABLED_FILE=$CONFIG_DIR/$NAME.me2me_enabled
|
| CONFIG_FILE=$CONFIG_DIR/$NAME.json
|
| -HOST_EXE=$CONFIG_DIR/$HOST_BUNDLE_NAME/Contents/MacOS/remoting_me2me_host
|
| -PLIST_FILE=$CONFIG_DIR/$HOST_BUNDLE_NAME/Contents/Info.plist
|
| -PREF_PANE_BUNDLE=/Library/PreferencePanes/$PREFPANE_BUNDLE_NAME
|
| +PREF_PANE_BUNDLE=/Library/PreferencePanes/$NAME.prefPane
|
|
|
| # The exit code returned by 'wait' when a process is terminated by SIGTERM.
|
| SIGTERM_EXIT_CODE=143
|
|
|