Skip to content

Commit

Permalink
Update ReleaseInformation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodfeat authored Feb 1, 2025
1 parent 3d21185 commit f71b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx.Common/ReleaseInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class ReleaseInformation
!ReleaseChannelOwner.StartsWith("%%") &&
!ReleaseChannelSourceRepo.StartsWith("%%") &&
!ReleaseChannelRepo.StartsWith("%%") &&
!ConfigFileName.StartsWith("%%");
!ConfigFileName.StartsWith("%%") &&
!ConfigFileNameOverride.StartsWith("%%");

public static bool IsCanaryBuild => IsValid && ReleaseChannelName.Equals(CanaryChannel);
Expand Down

0 comments on commit f71b968

Please sign in to comment.