mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-17 12:27:05 +00:00
Treat Intel Mac builds as dirty builds to disable the updater.
This commit is contained in:
parent
e3940abe01
commit
c7f8410341
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,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 a new issue