mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed update log path issues.
This commit is contained in:
parent
3bd7d28d3f
commit
6e9a6313ff
3 changed files with 14 additions and 3 deletions
|
@ -22,7 +22,7 @@ namespace NzbDrone.Common
|
|||
private const string UPDATE_BACKUP_FOLDER_NAME = "nzbdrone_backup\\";
|
||||
private const string UPDATE_CLIENT_EXE = "nzbdrone.update.exe";
|
||||
private const string UPDATE_CLIENT_FOLDER_NAME = "NzbDrone.Update\\";
|
||||
public const string UPDATE_LOG_FOLDER_NAME = "UpdateLogs\\";
|
||||
private const string UPDATE_LOG_FOLDER_NAME = "UpdateLogs\\";
|
||||
|
||||
public static string NormalizePath(this string path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue