From ec4cb1d520dd3f6832e3d786e539897caf56eab3 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Wed, 7 Aug 2024 00:31:43 +0200 Subject: [PATCH] removed unused replacementlogics --- Compile.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Compile.ps1 b/Compile.ps1 index 39567cf9..96581b96 100644 --- a/Compile.ps1 +++ b/Compile.ps1 @@ -98,10 +98,6 @@ Get-ChildItem .\config | Where-Object {$psitem.extension -eq ".json"} | ForEach- $xaml = (Get-Content .\xaml\inputXML.xaml).replace("'","''") 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_tweaks}}", $tweaksXamlContent -$xaml = $xaml -replace "{{InstallPanel_features}}", $featuresXamlContent $script_content.Add($(Write-output "`$inputXML = '$xaml'"))