Update Ryujinx.Ava/Ryujinx.Ava.csproj

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
RMED24 2022-12-04 19:46:18 +00:00 committed by TSR Berry
parent fe6384f795
commit b5a0a37044
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -78,7 +78,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>