mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-18 19:30:50 +00:00
Treat Intel Mac builds as dirty builds to disable the updater.
This commit is contained in:
parent
9cae62096a
commit
37c911b962
@ -554,7 +554,7 @@ namespace Ryujinx.Ava.Systems
|
||||
return false;
|
||||
}
|
||||
|
||||
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid)
|
||||
if (Program.Version.Contains("dirty") || !ReleaseInformation.IsValid || RunningPlatform.IsIntelMac)
|
||||
{
|
||||
if (showWarnings)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user