Make the DCE.CLI unix entrypoint script work regardless of current working directory

This commit is contained in:
Tyrrrz 2024-03-05 19:39:06 +02:00
parent 0139eeaeed
commit 0e87098889

View file

@ -1 +1 @@
dotnet DiscordChatExporter.Cli.dll "$@"
dotnet "$(dirname "$0")/DiscordChatExporter.Cli.dll" "$@"