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);