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
6c3c937e0e
commit
7e57497c9c
|
|
@ -98,6 +98,7 @@ public class PublishMacOSBundleCommand : ICommand
|
||||||
"MacOS",
|
"MacOS",
|
||||||
Path.GetFileName(entryPath)
|
Path.GetFileName(entryPath)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (Directory.Exists(entryPath))
|
if (Directory.Exists(entryPath))
|
||||||
Directory.Move(entryPath, destinationPath);
|
Directory.Move(entryPath, destinationPath);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue