From 5c8c2f34425eef95c6474ec391e9c9cd6cd52304 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 30 Nov 2022 00:59:19 +0000 Subject: [PATCH] fix function (#467) --- winutil.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winutil.ps1 b/winutil.ps1 index e7dd62ea..069be2c2 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -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) }