Clean up temporary folders
This commit is contained in:
parent
598e3ce756
commit
35a69fb2fc
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ $null = New-Module {
|
||||||
|
|
||||||
Write-Information "Removing desktop icon";
|
Write-Information "Removing desktop icon";
|
||||||
$context.RemoveDesktopIcon("*reWASD*");
|
$context.RemoveDesktopIcon("*reWASD*");
|
||||||
|
Remove-Item -Recurse $tempDir;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue