another fix
This commit is contained in:
@@ -71,7 +71,7 @@ public static class Extensions
|
||||
public static string GetDestPath(this InstallAction @this, string installDir)
|
||||
{
|
||||
var path = @this.DestPath;
|
||||
var root = Path.GetPathRoot(path);
|
||||
var root = Path.GetPathRoot(path) ?? string.Empty;
|
||||
var start = installDir;
|
||||
while (root.Length == 3 && root.StartsWith(".."))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user