Compare commits

...

1 Commits

Author SHA1 Message Date
GreemDev
37c911b962 Treat Intel Mac builds as dirty builds to disable the updater. 2026-03-14 15:58:51 -05:00

View File

@@ -554,7 +554,7 @@ namespace Ryujinx.Ava.Systems
return false; return false;
} }
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid) if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid || RunningPlatform.IsIntelMac)
{ {
if (showWarnings) if (showWarnings)
{ {