From 59490d54b5e6b85df27ac6f6c08d0925be899360 Mon Sep 17 00:00:00 2001 From: Mary Date: Wed, 1 Jun 2022 02:01:16 +0200 Subject: infra: Switch to win10-x64 RID and fix PR comment for Avalonia and SDL2 artifact rename (#3375) * infra: Switch to win10-x64 RID and fix PR comment for Avalonia and SDL2 artifact rename * Address gdkchan's comments --- .../Ryujinx.Audio.Backends.SoundIo.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Ryujinx.Audio.Backends.SoundIo') diff --git a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj index ab2c282f..1c8f7ad0 100644 --- a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj +++ b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj @@ -3,7 +3,7 @@ net6.0 true - win-x64;linux-x64;osx-x64 + win10-x64;linux-x64;osx-x64 @@ -15,11 +15,11 @@ PreserveNewest libsoundio.dll - + PreserveNewest libsoundio.dylib - + PreserveNewest libsoundio.so -- cgit v1.2.3