From 8d03008e2eba21e0d05b9c9402cfa861c7648ce0 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:55:59 +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 ca886a72..ab6fc635 100644 --- a/DiscordChatExporter.Gui/Publish-MacOSBundle.csx +++ b/DiscordChatExporter.Gui/Publish-MacOSBundle.csx @@ -43,6 +43,7 @@ public class PublishMacOSBundleCommand : ICommand // Ensure the temporary directory is clean before use in case a previous run crashed if (Directory.Exists(tempDirPath)) Directory.Delete(tempDirPath, true); + var bundleDirPath = Path.Combine(tempDirPath, BundleName); var contentsDirPath = Path.Combine(bundleDirPath, "Contents");