Update Ryujinx/Ryujinx.csproj

Co-authored-by: Mary-nyan <thog@protonmail.com>
This commit is contained in:
RMED24 2022-12-04 19:33:07 +00:00 committed by TSR Berry
parent 75ab7ba01e
commit e27ed4c3fb
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -63,7 +63,7 @@
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="..\distribution\linux\start.sh" Condition="'$(RuntimeIdentifier)' != 'win10-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'">
<ContentWithTargetPath Include="..\distribution\linux\start.sh" Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>start.sh</TargetPath>
</ContentWithTargetPath>