Update ExtractPrograms.ps1

fixed erroneous comments
This commit is contained in:
Rohan Barar
2025-08-02 21:42:59 +10:00
committed by GitHub
parent ab496b9ade
commit 88f1e4e96e

View File

@@ -240,7 +240,7 @@ function AppSearchUWP {
PrintArrayData -Names $exeNames -Paths $exePaths -Source "uwp"
}
# Name: 'AppSearchWinReg'
# Name: 'AppSearchChocolatey'
# Role: Search for chocolatey shims.
function AppSearchChocolatey {
# Initialise empty arrays.
@@ -272,7 +272,7 @@ function AppSearchChocolatey {
}
}
# Name: 'AppSearchWinReg'
# Name: 'AppSearchScoop'
# Role: Search for scoop shims.
function AppSearchScoop {
# Initialise empty arrays.