Include reference to start.sh to be bundled

This commit is contained in:
RMED24 2022-12-04 18:33:11 +00:00 committed by TSR Berry
parent 2b23463daa
commit 047c1ead05
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -61,6 +61,13 @@
<TargetPath>LICENSE.txt</TargetPath>
</Content>
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="..\distribution\linux\start.sh" Condition="'$(RuntimeIdentifier)' != '-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>start.sh</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
<!-- Due to .net core 3.1 embedded resource loading -->
<PropertyGroup>