From 3bcbaf6b9a7f6df094465f7a23f76d4f7bc761d7 Mon Sep 17 00:00:00 2001 From: tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:49:48 +0200 Subject: [PATCH] Does this work? --- DiscordChatExporter.Gui/PublishMacOSBundle.csx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);