mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Changed Ryujinx Canary to Ryujinx_Canary to follow nearby formatting in FileLogTarget.cs
This commit is contained in:
parent
eba93a3d66
commit
8dd78b4fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ namespace Ryujinx.Common.Logging.Targets
|
|||
}
|
||||
|
||||
string version = ReleaseInformation.Version;
|
||||
string appName = ReleaseInformation.IsCanaryBuild ? "Ryujinx Canary" : "Ryujinx";
|
||||
string appName = ReleaseInformation.IsCanaryBuild ? "Ryujinx_Canary" : "Ryujinx";
|
||||
|
||||
// Get path for the current time
|
||||
path = Path.Combine(logDir.FullName, $"{appName}_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log");
|
||||
|
|
|
|||
Loading…
Reference in a new issue