mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
GetUpdateClientExePath will now use the updater in nzbdrone_update.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user