1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
@@ -8,7 +8,7 @@ namespace ServiceUninstall
{
public static class ServiceHelper
{
private static string NzbDroneExe => Path.Combine(new FileInfo(Assembly.GetExecutingAssembly().Location).Directory.FullName, "NzbDrone.Console.exe");
private static string NzbDroneExe => Path.Combine(new FileInfo(Assembly.GetExecutingAssembly().Location).Directory.FullName, "Radarr.Console.exe");
private static bool IsAnAdministrator()
{
@@ -20,7 +20,7 @@ namespace ServiceUninstall
{
if (!File.Exists(NzbDroneExe))
{
Console.WriteLine("Unable to find NzbDrone.exe in the current directory.");
Console.WriteLine("Unable to find Radarr.exe in the current directory.");
return;
}