From d14ec0af3d32a7ce50946b2129cd58d0de1ac760 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:44:43 +0200 Subject: [PATCH] Rename CliApplicationBuilder to CommandLineApplicationBuilder --- 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 1683d5bf..34deaa7a 100755 --- a/DiscordChatExporter.Gui/PublishMacOSBundle.csx +++ b/DiscordChatExporter.Gui/PublishMacOSBundle.csx @@ -5,7 +5,7 @@ using CliFx; using CliFx.Binding; using CliFx.Infrastructure; -return await new CliApplicationBuilder() +return await new CommandLineApplicationBuilder() .AddCommand() .Build() .RunAsync(args);