diff --git a/src/Ryujinx/Systems/Updater/Updater.cs b/src/Ryujinx/Systems/Updater/Updater.cs index add940deb..a02d3c940 100644 --- a/src/Ryujinx/Systems/Updater/Updater.cs +++ b/src/Ryujinx/Systems/Updater/Updater.cs @@ -104,7 +104,7 @@ namespace Ryujinx.Ava.Systems ? $"Canary {currentVersion} → Canary {newVersion}" : $"{currentVersion} → {newVersion}"; - Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString}"); + Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString.Replace("→", "->")}"); RequestUserToUpdate: // Show a message asking the user if they want to update