mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Update from version in logs
[common]
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using NLog;
|
using NLog;
|
||||||
|
using NzbDrone.Common.EnvironmentInfo;
|
||||||
|
using NzbDrone.Common.Extensions;
|
||||||
|
|
||||||
namespace NzbDrone.Update.UpdateEngine
|
namespace NzbDrone.Update.UpdateEngine
|
||||||
{
|
{
|
||||||
@@ -22,7 +24,7 @@ namespace NzbDrone.Update.UpdateEngine
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var targetExecutable = Path.Combine(targetFolder, "Radarr.exe");
|
var targetExecutable = Path.Combine(targetFolder, BuildInfo.AppName.ProcessNameToExe());
|
||||||
|
|
||||||
if (File.Exists(targetExecutable))
|
if (File.Exists(targetExecutable))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user