Skip to content

Commit d091bd0

Browse files
committed
Fixes blockade
1 parent 01c8739 commit d091bd0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ winutil.ps1
5454
.github/site/
5555

5656
binary/
57+
58+
.preprocessor_hashes.json

scripts/main.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,19 +324,19 @@ $sync["Form"].Add_ContentRendered({
324324
Start-Sleep -Seconds 5
325325

326326
Write-Host "Applying tweaks..."
327-
Invoke-WPFtweaksbutton
328327
while ($sync.ProcessRunning) {
329328
Start-Sleep -Seconds 5
330329
}
330+
Invoke-WPFtweaksbutton
331331
Start-Sleep -Seconds 5
332332

333333
Write-Host "Installing features..."
334-
Invoke-WPFFeatureInstall
335334
while ($sync.ProcessRunning) {
336335
Start-Sleep -Seconds 5
337336
}
338-
337+
Invoke-WPFFeatureInstall
339338
Start-Sleep -Seconds 5
339+
340340
Write-Host "Installing applications..."
341341
while ($sync.ProcessRunning) {
342342
Start-Sleep -Seconds 1

0 commit comments

Comments
 (0)