mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-10 12:57:42 +03:00
parent
2fa2421894
commit
c8bbf8808b
@ -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`
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user