Update Ryujinx.csproj

This commit is contained in:
RMED24 2022-12-04 19:47:18 +00:00 committed by TSR Berry
parent b5a0a37044
commit 5c00f2060d
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

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