Skip to content

Commit

Permalink
Allow library folder and project folder on different volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
lunOptics committed Apr 18, 2021
1 parent 211f3f0 commit 15064d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtCore/Implementation/FileHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public async static Task downloadLibrary(IProjectLibrary lib, DirectoryInfo libB
}

var sourceFolder = tempFolder.GetDirectories().FirstOrDefault();
sourceFolder.MoveTo(libDir.FullName);
copyFilesRecursively(sourceFolder, libDir);
tempFolder.Delete(true);

Console.WriteLine("done");
Expand Down

0 comments on commit 15064d7

Please sign in to comment.