Browse Source

maybe fix tests?

pull/55/head
JT 1 year ago
parent
commit
3b0b4df2f0
  1. 2
      StabilityMatrix.Core/Helper/SharedFolders.cs

2
StabilityMatrix.Core/Helper/SharedFolders.cs

@ -30,6 +30,8 @@ public class SharedFolders : ISharedFolders
}
else
{
// Create directory if it doesn't exist, since CreateSymbolicLink doesn't seem to
Directory.CreateDirectory(junctionDir);
Directory.CreateSymbolicLink(junctionDir, targetDir);
}
}

Loading…
Cancel
Save