mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed issue copying nested directories
This commit is contained in:
parent
be0c03241e
commit
b811f5daf8
1 changed files with 1 additions and 0 deletions
|
@ -1167,6 +1167,7 @@ namespace IDE
|
|||
|
||||
if (entry.IsDirectory)
|
||||
{
|
||||
srcFilePath.AppendF("{}*", Path.DirectorySeparatorChar);
|
||||
Do(srcFilePath, destFilePath);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue