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

pull/1213/head
Tyrrrz 3 months ago
parent 0139eeaeed
commit 0e87098889

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