Skip to content

Commit

Permalink
Add DiscordChatExporter.Cli.sh for simpler usage from shell (Tyrrrz…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored and cooljeanius committed Jul 8, 2024
1 parent ad9971d commit 76cc3db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<None Include="DiscordChatExporter.Cli.sh" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CliFx" Version="2.3.5" />
<PackageReference Include="CSharpier.MsBuild" Version="0.25.0" PrivateAssets="all" />
Expand Down
1 change: 1 addition & 0 deletions DiscordChatExporter.Cli/DiscordChatExporter.Cli.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet DiscordChatExporter.Cli.dll "$@"

0 comments on commit 76cc3db

Please sign in to comment.