fix function (#467)

This commit is contained in:
DeveloperDurp
2022-11-30 00:59:19 +00:00
committed by GitHub
parent dd4bd3d3bf
commit 5c8c2f3442

View File

@ -120,7 +120,7 @@ Function Get-CheckBoxes {
if($Group -eq "WPFInstall"){
Foreach ($CheckBox in $CheckBoxes){
if($CheckBox.value.ischecked -eq $true){
$Configs.applications.install.$($CheckBox.name).winget -split ";" | ForEach-Object {
$Configs.applications.$($CheckBox.name).winget -split ";" | ForEach-Object {
$Output.Add($psitem)
}