Properly clean up redist files
This commit is contained in:
parent
273459904d
commit
62cd3052fd
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ namespace LANCommander.SDK
|
|||
File.Delete(detectionScriptTempFile);
|
||||
|
||||
if (Directory.Exists(extractTempPath))
|
||||
Directory.Delete(extractTempPath);
|
||||
Directory.Delete(extractTempPath, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue