mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-07 03:29:05 +00:00
Treat Intel Mac builds as dirty builds to disable the updater.
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user