File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,5 @@ winutil.ps1
5454.github /site /
5555
5656binary /
57+
58+ .preprocessor_hashes.json
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments