Clean up temporary folders

This commit is contained in:
Manuel Thalmann 2023-07-16 23:06:43 +02:00
parent 598e3ce756
commit 35a69fb2fc

View file

@ -26,5 +26,6 @@ $null = New-Module {
Write-Information "Removing desktop icon";
$context.RemoveDesktopIcon("*reWASD*");
Remove-Item -Recurse $tempDir;
}
}