Add DiscordChatExporter.Cli.sh for simpler usage from shell (#1205)

This commit is contained in:
Oleksii Holub 2024-03-02 04:59:49 +02:00 committed by GitHub
parent c0ea57e9b1
commit 0139eeaeed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,10 @@
<ApplicationIcon>..\favicon.ico</ApplicationIcon> <ApplicationIcon>..\favicon.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Include="DiscordChatExporter.Cli.sh" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CliFx" Version="2.3.5" /> <PackageReference Include="CliFx" Version="2.3.5" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.7" PrivateAssets="all" /> <PackageReference Include="CSharpier.MsBuild" Version="0.26.7" PrivateAssets="all" />

View file

@ -0,0 +1 @@
dotnet DiscordChatExporter.Cli.dll "$@"