diff --git a/Directory.Packages.props b/Directory.Packages.props index 76bbb34f..e2e84062 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,7 +10,7 @@ - + diff --git a/DiscordChatExporter.Gui/PublishMacOSBundle.csx b/DiscordChatExporter.Gui/PublishMacOSBundle.csx index 3b2d7e80..46b0e426 100755 --- a/DiscordChatExporter.Gui/PublishMacOSBundle.csx +++ b/DiscordChatExporter.Gui/PublishMacOSBundle.csx @@ -5,11 +5,6 @@ using CliFx; using CliFx.Binding; using CliFx.Infrastructure; -return await new CommandLineApplicationBuilder() - .AddCommandsFromThisAssembly() - .Build() - .RunAsync(args); - [Command(Description = "Publishes the GUI app as a macOS .app bundle.")] public partial class PublishMacOSBundleCommand : ICommand {