rename nightly-canary

This commit is contained in:
Vova 2025-02-27 14:10:10 +10:00
parent f69959f5f4
commit 50c8017217

View File

@ -6,7 +6,7 @@ namespace Ryujinx.Common
// DO NOT EDIT, filled by CI
public static class ReleaseInformation
{
private const string CanaryChannel = "canary";
private const string CanaryChannel = "nightly-canary";
private const string ReleaseChannel = "release";
private const string BuildVersion = "%%RYUJINX_BUILD_VERSION%%";