config bugfix (#6)
Include Ryujinx.conf file to the build folder. Fix the Ryujinx.conf filepath.
This commit is contained in:
parent
5ecfb5c657
commit
ebbccfcdbf
2 changed files with 7 additions and 1 deletions
|
@ -9,4 +9,9 @@
|
|||
<PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
|
||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Update="Ryujinx.conf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue