mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06:00
Apply suggestion from @Tyrrrz
This commit is contained in:
parent
9672d162d3
commit
8d03008e2e
|
|
@ -43,6 +43,7 @@ public class PublishMacOSBundleCommand : ICommand
|
||||||
// Ensure the temporary directory is clean before use in case a previous run crashed
|
// Ensure the temporary directory is clean before use in case a previous run crashed
|
||||||
if (Directory.Exists(tempDirPath))
|
if (Directory.Exists(tempDirPath))
|
||||||
Directory.Delete(tempDirPath, true);
|
Directory.Delete(tempDirPath, true);
|
||||||
|
|
||||||
var bundleDirPath = Path.Combine(tempDirPath, BundleName);
|
var bundleDirPath = Path.Combine(tempDirPath, BundleName);
|
||||||
var contentsDirPath = Path.Combine(bundleDirPath, "Contents");
|
var contentsDirPath = Path.Combine(bundleDirPath, "Contents");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue