From 55ce4d8ded3b567e6995785d2429ff84973ba11a Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 24 Jun 2023 23:04:28 -0700 Subject: [PATCH] Fix Python dependencies (again) --- setup/windows/build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/windows/build.ps1 b/setup/windows/build.ps1 index 6922ea1f..b64c1bb0 100644 --- a/setup/windows/build.ps1 +++ b/setup/windows/build.ps1 @@ -156,18 +156,18 @@ if ($MyInvocation.InvocationName -ne ".") { foreach ($Arch in @("32", "64")) { Write-Host "Extracting: Python (x$Arch)" $Files = @( - "Pygments", + "Pygments.whl", "certifi.whl", "chardet.whl", "docopt.whl", "idna.whl", - "prompt_toolkit", + "prompt_toolkit.whl", "psutil$Arch.whl", "python$Arch.zip", "pytz.whl", "requests.whl", "urllib3.whl", - "wcwidth" + "wcwidth.whl" ) try { foreach ($File in $Files) {