diff options
Diffstat (limited to 'Ryujinx.LLE/Luea.csproj')
-rw-r--r-- | Ryujinx.LLE/Luea.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.LLE/Luea.csproj b/Ryujinx.LLE/Luea.csproj index 719a0ef3..895f27ee 100644 --- a/Ryujinx.LLE/Luea.csproj +++ b/Ryujinx.LLE/Luea.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> - <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> + <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers> <OutputType>Exe</OutputType> <Configurations>Debug;Release;Profile Debug;Profile Release</Configurations> </PropertyGroup> |