mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-13 06:34:23 -04:00
Add DiscordChatExporter.Cli.sh
for simpler usage from shell (#1205)
This commit is contained in:
parent
c0ea57e9b1
commit
0139eeaeed
2 changed files with 5 additions and 0 deletions
|
@ -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.26.7" PrivateAssets="all" />
|
||||
|
|
1
DiscordChatExporter.Cli/DiscordChatExporter.Cli.sh
Normal file
1
DiscordChatExporter.Cli/DiscordChatExporter.Cli.sh
Normal file
|
@ -0,0 +1 @@
|
|||
dotnet DiscordChatExporter.Cli.dll "$@"
|
Loading…
Add table
Add a link
Reference in a new issue