mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
fix(win): deploy less msvcruntime dlls (#522)
This commit is contained in:
parent
daed1c38f8
commit
3090f32e8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user