mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 17:55:51 +00:00
Fixed: Update from version in logs
Closes #1574 (cherry picked from commit bc3e3714b97dec19091e45324d9f2b550f1dbbd5)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using NLog;
|
||||
using NzbDrone.Common.EnvironmentInfo;
|
||||
using NzbDrone.Common.Extensions;
|
||||
|
||||
namespace NzbDrone.Update.UpdateEngine
|
||||
{
|
||||
@@ -22,7 +24,7 @@ namespace NzbDrone.Update.UpdateEngine
|
||||
{
|
||||
try
|
||||
{
|
||||
var targetExecutable = Path.Combine(targetFolder, "Readarr.exe");
|
||||
var targetExecutable = Path.Combine(targetFolder, BuildInfo.AppName.ProcessNameToExe());
|
||||
|
||||
if (File.Exists(targetExecutable))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user