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
@@ -13,7 +13,7 @@ namespace NzbDrone.Common.Extensions
private const string NZBDRONE_DB = "nzbdrone.db";
private const string NZBDRONE_LOG_DB = "logs.db";
private const string NLOG_CONFIG_FILE = "nlog.config";
private const string UPDATE_CLIENT_EXE = "NzbDrone.Update.exe";
private const string UPDATE_CLIENT_EXE = "Radarr.Update.exe";
private const string BACKUP_FOLDER = "Backups";
private static readonly string UPDATE_SANDBOX_FOLDER_NAME = "nzbdrone_update" + Path.DirectorySeparatorChar;