mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Make the DCE.CLI unix entrypoint script work regardless of current working directory
This commit is contained in:
parent
0139eeaeed
commit
0e87098889
|
|
@ -1 +1 @@
|
||||||
dotnet DiscordChatExporter.Cli.dll "$@"
|
dotnet "$(dirname "$0")/DiscordChatExporter.Cli.dll" "$@"
|
||||||
Loading…
Reference in a new issue