From 3090f32e8a9ca2e9381047cc913142bd0d0207f1 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 17 Jan 2020 09:44:49 -0800 Subject: [PATCH] fix(win): deploy less msvcruntime dlls (#522) --- browser_patches/webkit/archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/webkit/archive.sh b/browser_patches/webkit/archive.sh index a00369244b..3121c241d4 100755 --- a/browser_patches/webkit/archive.sh +++ b/browser_patches/webkit/archive.sh @@ -84,7 +84,7 @@ createZipForWindows() { cp -t $tmpdir MiniBrowser.exe WebKitNetworkProcess.exe WebKitWebProcess.exe cd - cd C:/Windows/System32 - cp -t $tmpdir msvcp140.dll msvcp140_1.dll msvcp140_2.dll vcruntime140.dll vcruntime140_1.dll + cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll cd - # copy protocol