Renamed NzbDrone.exe to Radarr.exe.

This commit is contained in:
Leonardo Galli
2017-01-05 20:42:02 +01:00
parent 2b54f0a7f3
commit 88dacc00f7
49 changed files with 70 additions and 69 deletions
@@ -35,8 +35,8 @@ namespace NzbDrone.Common.Processes
{
private readonly Logger _logger;
public const string NZB_DRONE_PROCESS_NAME = "NzbDrone";
public const string NZB_DRONE_CONSOLE_PROCESS_NAME = "NzbDrone.Console";
public const string NZB_DRONE_PROCESS_NAME = "Radarr";
public const string NZB_DRONE_CONSOLE_PROCESS_NAME = "Radarr.Console";
public ProcessProvider(Logger logger)
{