| Index: remoting/host/win/version.rc.jinja2
|
| diff --git a/remoting/host/win/version.rc.jinja2 b/remoting/host/win/version.rc.jinja2
|
| index c86ce71f9e6d2f2b7dc33eca257427027e9d1520..3024e8e9fb46f42b2ee124b42d35282399edd425 100644
|
| --- a/remoting/host/win/version.rc.jinja2
|
| +++ b/remoting/host/win/version.rc.jinja2
|
| @@ -29,7 +29,7 @@
|
| FILEFLAGS 0x0L
|
| #endif
|
| FILEOS 0x4L
|
| -#if (BINARY == BINARY_CORE)
|
| +#if (BINARY == BINARY_CORE) || (BINARY == BINARY_HOST_PLUGIN)
|
| FILETYPE VFT_DLL
|
| #else
|
| FILETYPE VFT_APP
|
| @@ -59,6 +59,11 @@
|
| VALUE "FileDescription", "{% trans %}REMOTING_HOST_DESCRIPTION{% endtrans %}"
|
| VALUE "InternalName", "remoting_host.exe"
|
| VALUE "OriginalFilename", "remoting_host.exe"
|
| +#elif (BINARY == BINARY_HOST_PLUGIN)
|
| + VALUE "FileDescription", "{% trans %}REMOTING_HOST_PLUGIN_DESCRIPTION{% endtrans %}"
|
| + VALUE "InternalName", "remoting_host_plugin.dll"
|
| + VALUE "OriginalFilename", "remoting_host_plugin.dll"
|
| + VALUE "MIMEType", STRINGIZE(HOST_PLUGIN_MIME_TYPE)
|
| #elif (BINARY == BINARY_NATIVE_MESSAGING_HOST)
|
| VALUE "FileDescription", "{% trans %}REMOTING_NATIVE_MESSAGING_HOST_DESCRIPTION{% endtrans %}"
|
| VALUE "InternalName", "remoting_native_messaging_host.exe"
|
|
|