From 0dbfda35e66bdf38bce84ca8eaab11a2d5d0dbff Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 26 Jan 2017 16:47:05 -0800 Subject: [PATCH] Bumping version of 7-zip for Windows In an effort to try to resolve #7688 extraction slowness. --- scripts/generate-dev-bundle.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generate-dev-bundle.ps1 b/scripts/generate-dev-bundle.ps1 index b59b90ed81..7b7df962e1 100644 --- a/scripts/generate-dev-bundle.ps1 +++ b/scripts/generate-dev-bundle.ps1 @@ -37,8 +37,8 @@ $shell = New-Object -com shell.application mkdir "$DIR\7z" cd "$DIR\7z" -$webclient.DownloadFile("http://www.7-zip.org/a/7z1602.msi", "$DIR\7z\7z.msi") -$webclient.DownloadFile("http://www.7-zip.org/a/7z1602-extra.7z", "$DIR\7z\extra.7z") +$webclient.DownloadFile("http://www.7-zip.org/a/7z1604.msi", "$DIR\7z\7z.msi") +$webclient.DownloadFile("http://www.7-zip.org/a/7z1604-extra.7z", "$DIR\7z\extra.7z") msiexec /i 7z.msi /quiet /qn /norestart ping -n 4 127.0.0.1 | out-null & "C:\Program Files\7-Zip\7z.exe" x extra.7z