Clean up Get.ps1, Get-Dev.ps1

This commit is contained in:
Jeffrey
2026-06-08 23:20:17 +02:00
parent bf6b4d9e95
commit d6e3b899b5
2 changed files with 14 additions and 8 deletions

View File

@@ -172,7 +172,7 @@ Expand-Archive $tempArchivePath $tempWorkPath
Remove-Item $tempArchivePath
# Move files
Get-ChildItem -Path (Join-Path $tempWorkPath 'Raphire-Win11Debloat-*') -Recurse | Move-Item -Destination $tempWorkPath
Get-ChildItem -Path (Join-Path $tempWorkPath '*Win11Debloat-*') -Recurse | Move-Item -Destination $tempWorkPath
# Add existing config files back to Config folder
if (Test-Path "$backupDir") {