try1: apps panel

This commit is contained in:
MyDrift
2024-07-27 12:31:34 +02:00
parent 7de93ae208
commit 4402c5cf31
3 changed files with 181 additions and 3 deletions

View File

@ -108,7 +108,7 @@ $featuresXamlContent = Get-TabXaml "feature"
Update-Progress "Adding: Xaml " 90
# Replace the placeholder in $inputXML with the content of inputApp.xaml
$xaml = $xaml -replace "{{InstallPanel_applications}}", $appXamlContent
#$xaml = $xaml -replace "{{InstallPanel_applications}}", $appXamlContent
$xaml = $xaml -replace "{{InstallPanel_tweaks}}", $tweaksXamlContent
$xaml = $xaml -replace "{{InstallPanel_features}}", $featuresXamlContent