| Index: remoting/tools/register_local_nm_hosts.sh
|
| diff --git a/remoting/tools/register_local_nm_hosts.sh b/remoting/tools/register_local_nm_hosts.sh
|
| index b59bf21261f79872b0b49235c85ac9ffe82b8e8e..8a0b2537f1d1774e19b8907b17303a4258424b15 100755
|
| --- a/remoting/tools/register_local_nm_hosts.sh
|
| +++ b/remoting/tools/register_local_nm_hosts.sh
|
| @@ -34,12 +34,12 @@ register_hosts() {
|
|
|
| install_manifest \
|
| "${SRC_DIR}/remoting/host/setup/${ME2ME_HOST_NAME}.json.jinja2" \
|
| - "${build_dir}/remoting_native_messaging_host" \
|
| + "${build_dir}/native_messaging_host" \
|
| ME2ME_HOST_PATH "${chrome_data_dir}"
|
|
|
| install_manifest \
|
| "${SRC_DIR}/remoting/host/it2me/${IT2ME_HOST_NAME}.json.jinja2" \
|
| - "${build_dir}/remoting_it2me_native_messaging_host" \
|
| + "${build_dir}/remote_assistance_host" \
|
| IT2ME_HOST_PATH "${chrome_data_dir}"
|
| }
|
|
|
|
|