Move trailing ellipsis out of config

This commit is contained in:
Jeffrey
2026-06-10 21:00:07 +02:00
parent 2aa9afaa2c
commit fdac0a6d14
3 changed files with 177 additions and 177 deletions

View File

@@ -25,7 +25,7 @@ function RemoveApps {
& $script:ApplySubStepCallback "Removing apps ($appIndex/$appCount)" $appIndex $appCount
}
Write-Host "Attempting to remove $app..."
Write-Host "Removing $app"
# Use WinGet only to remove OneDrive and Edge
if (($app -eq "Microsoft.OneDrive") -or ($edgeIds -contains $app)) {