mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
GetUpdateClientExePath will now use the updater in nzbdrone_update.
This commit is contained in:
parent
b849d45e9c
commit
03fb405c2e
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ namespace NzbDrone.Common
|
|||
|
||||
public static string GetUpdateClientExePath(this EnviromentProvider enviromentProvider)
|
||||
{
|
||||
return Path.Combine(enviromentProvider.GetUpdateClientFolder(), UPDATE_CLIENT_EXE);
|
||||
return Path.Combine(enviromentProvider.GetUpdateSandboxFolder(), UPDATE_CLIENT_EXE);
|
||||
}
|
||||
|
||||
public static string GetSandboxLogFolder(this EnviromentProvider enviromentProvider)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue