From af3ec8c299d25a9bb294242188f8503c43efdffa Mon Sep 17 00:00:00 2001
From: tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Date: Fri, 3 Apr 2026 17:27:30 +0300
Subject: [PATCH] Use CliFx v3 stable
---
Directory.Packages.props | 2 +-
DiscordChatExporter.Gui/PublishMacOSBundle.csx | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
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
{