From e6db63c8b03d016506946fb3f4d252926fed7ba9 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 9 Sep 2024 21:43:28 -0700 Subject: [PATCH] Fix typo --- setup/pe/build_pe.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/pe/build_pe.ps1 b/setup/pe/build_pe.ps1 index 2db0255a..9fd9bd40 100644 --- a/setup/pe/build_pe.ps1 +++ b/setup/pe/build_pe.ps1 @@ -202,7 +202,6 @@ function Extract-SourceFiles { catch { Write-Host (" ERROR: Failed to extract files." ) -ForegroundColor "Red" } -} # wimlib Write-Host "Extracting: wimlib"