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