Initial Push

This commit is contained in:
Qstick
2020-10-18 04:18:35 -04:00
parent 09ed2ab889
commit e1020f4107
1845 changed files with 1516 additions and 113975 deletions
@@ -8,7 +8,7 @@ namespace ServiceUninstall
{
public static class ServiceHelper
{
private static string RadarrExe => Path.Combine(new FileInfo(Assembly.GetExecutingAssembly().Location).Directory.FullName, "Radarr.Console.exe");
private static string RadarrExe => Path.Combine(new FileInfo(Assembly.GetExecutingAssembly().Location).Directory.FullName, "Prowlarr.Console.exe");
private static bool IsAnAdministrator()
{
@@ -20,7 +20,7 @@ namespace ServiceUninstall
{
if (!File.Exists(RadarrExe))
{
Console.WriteLine("Unable to find Radarr.exe in the current directory.");
Console.WriteLine("Unable to find Prowlarr.exe in the current directory.");
return;
}