devops: bundle mvscp140_2.dll with windows webkit (#1293)

Fixes #1288
This commit is contained in:
Andrey Lushnikov 2020-03-09 11:43:11 -07:00 committed by GitHub
parent 2fa2421894
commit c8bbf8808b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ Run `c:\mozilla-build\start-shell.bat` and checkout Playwright repo to `/c/playw
Create a new `c:\WEBKIT_WIN64_LIBS` folder and copy the following libraries from `C:\Windows\System32` into it:
- `msvcp140.dll`
- `msvcp140_2.dll`
- `vcruntime140.dll`
- `vcruntime140_1.dll`

View File

@ -103,7 +103,7 @@ createZipForWindows() {
cp -t $tmpdir MiniBrowser.exe WebKitNetworkProcess.exe WebKitWebProcess.exe
cd -
cd /c/WEBKIT_WIN64_LIBS
cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll
cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll msvcp140_2.dll
cd -
# copy protocol