fix build on .NET 8

???
This commit is contained in:
Morilli 2025-06-28 21:05:10 +02:00
parent d1fd6c30b9
commit 2b2a038c92
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ namespace BizHawk.Common
{
if (OSTailoredCode.IsUnixHost)
{
string[] apps = OSTailoredCode.CurrentOS is OSTailoredCode.DistinctOS.macOS
string[] apps = (OSTailoredCode.CurrentOS is OSTailoredCode.DistinctOS.macOS)
? [ "open" ]
: [ "xdg-open", "gnome-open", "kfmclient" ];