Update Ryujinx.Ava/Ryujinx.Ava.csproj

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

View file

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