From d091bd036c14f52b4837bc4301ea3410b1b27c18 Mon Sep 17 00:00:00 2001 From: Real-MullaC Date: Tue, 5 Aug 2025 09:00:33 +0100 Subject: [PATCH] Fixes blockade --- .gitignore | 2 ++ scripts/main.ps1 | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a2ca28779..c852565e17 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ winutil.ps1 .github/site/ binary/ + +.preprocessor_hashes.json \ No newline at end of file diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 9fb3773de2..c647e1c956 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -324,19 +324,19 @@ $sync["Form"].Add_ContentRendered({ Start-Sleep -Seconds 5 Write-Host "Applying tweaks..." - Invoke-WPFtweaksbutton while ($sync.ProcessRunning) { Start-Sleep -Seconds 5 } + Invoke-WPFtweaksbutton Start-Sleep -Seconds 5 Write-Host "Installing features..." - Invoke-WPFFeatureInstall while ($sync.ProcessRunning) { Start-Sleep -Seconds 5 } - + Invoke-WPFFeatureInstall Start-Sleep -Seconds 5 + Write-Host "Installing applications..." while ($sync.ProcessRunning) { Start-Sleep -Seconds 1