mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 09:33:03 -06:00
Apply suggestion from @Tyrrrz
This commit is contained in:
parent
6c3c937e0e
commit
7e57497c9c
|
|
@ -98,6 +98,7 @@ public class PublishMacOSBundleCommand : ICommand
|
|||
"MacOS",
|
||||
Path.GetFileName(entryPath)
|
||||
);
|
||||
|
||||
if (Directory.Exists(entryPath))
|
||||
Directory.Move(entryPath, destinationPath);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue