diff --git a/DiscordChatExporter.Gui/PublishMacOSBundle.csx b/DiscordChatExporter.Gui/PublishMacOSBundle.csx index aff45914..3b2d7e80 100755 --- a/DiscordChatExporter.Gui/PublishMacOSBundle.csx +++ b/DiscordChatExporter.Gui/PublishMacOSBundle.csx @@ -6,7 +6,7 @@ using CliFx.Binding; using CliFx.Infrastructure; return await new CommandLineApplicationBuilder() - .AddCommand() + .AddCommandsFromThisAssembly() .Build() .RunAsync(args);