mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 18:58:27 +02:00
Update ExtractPrograms.ps1
fixed erroneous comments
This commit is contained in:
@@ -240,7 +240,7 @@ function AppSearchUWP {
|
|||||||
PrintArrayData -Names $exeNames -Paths $exePaths -Source "uwp"
|
PrintArrayData -Names $exeNames -Paths $exePaths -Source "uwp"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Name: 'AppSearchWinReg'
|
# Name: 'AppSearchChocolatey'
|
||||||
# Role: Search for chocolatey shims.
|
# Role: Search for chocolatey shims.
|
||||||
function AppSearchChocolatey {
|
function AppSearchChocolatey {
|
||||||
# Initialise empty arrays.
|
# Initialise empty arrays.
|
||||||
@@ -272,7 +272,7 @@ function AppSearchChocolatey {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Name: 'AppSearchWinReg'
|
# Name: 'AppSearchScoop'
|
||||||
# Role: Search for scoop shims.
|
# Role: Search for scoop shims.
|
||||||
function AppSearchScoop {
|
function AppSearchScoop {
|
||||||
# Initialise empty arrays.
|
# Initialise empty arrays.
|
||||||
|
Reference in New Issue
Block a user