mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-09 11:51:59 -04:00
Make the DCE.CLI unix entrypoint script work regardless of current working directory
This commit is contained in:
parent
0139eeaeed
commit
0e87098889
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
dotnet DiscordChatExporter.Cli.dll "$@"
|
||||
dotnet "$(dirname "$0")/DiscordChatExporter.Cli.dll" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue