diff options
| author | Mary <mary@mary.zone> | 2022-06-01 02:01:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 02:01:16 +0200 |
| commit | 59490d54b5e6b85df27ac6f6c08d0925be899360 (patch) | |
| tree | 1f6af29efeaf22898e5086014c55218260760781 /Ryujinx.Headless.SDL2 | |
| parent | e546e5933f6cf6504ecb21ae40c165454bf24245 (diff) | |
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
Diffstat (limited to 'Ryujinx.Headless.SDL2')
| -rw-r--r-- | Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj b/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj index f1ee1fba..89e7e81a 100644 --- a/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj +++ b/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <TargetFramework>net6.0</TargetFramework> - <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers> + <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Version>1.0.0-dirty</Version> |
