From 7e57497c9c1ffa0353e92c036739695f3b132983 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:50:58 +0200 Subject: [PATCH] Apply suggestion from @Tyrrrz --- DiscordChatExporter.Gui/Publish-MacOSBundle.csx | 1 + 1 file changed, 1 insertion(+) diff --git a/DiscordChatExporter.Gui/Publish-MacOSBundle.csx b/DiscordChatExporter.Gui/Publish-MacOSBundle.csx index 7ad11167..b622f940 100644 --- a/DiscordChatExporter.Gui/Publish-MacOSBundle.csx +++ b/DiscordChatExporter.Gui/Publish-MacOSBundle.csx @@ -98,6 +98,7 @@ public class PublishMacOSBundleCommand : ICommand "MacOS", Path.GetFileName(entryPath) ); + if (Directory.Exists(entryPath)) Directory.Move(entryPath, destinationPath); else