Skip to content

Commit 9a4830d

Browse files
committed
devops: bundle mvscp140_2.dll with windows webkit
Fixes #1288
1 parent 3dc48f9 commit 9a4830d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_patches/webkit/archive.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ createZipForWindows() {
103103
cp -t $tmpdir MiniBrowser.exe WebKitNetworkProcess.exe WebKitWebProcess.exe
104104
cd -
105105
cd /c/WEBKIT_WIN64_LIBS
106-
cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll
106+
cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll msvcp140_2.dll
107107
cd -
108108

109109
# copy protocol

0 commit comments

Comments
 (0)