Remove files project after restoration
This commit is contained in:
parent
905733fff3
commit
934742f023
1 changed files with 2 additions and 0 deletions
|
@ -50,4 +50,6 @@ function Restore-WindowsInstallation([Context] $context) {
|
|||
Restore-PersonalApps $context;
|
||||
Remove-Item -Recurse $context.RootDir;
|
||||
$context.Cleanup();
|
||||
Set-Location ~;
|
||||
Remove-Item -Recurse "$PSScriptRoot/../../..";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue