We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ca4016 + 780cffa commit b67c8e6Copy full SHA for b67c8e6
build.ps1
@@ -103,7 +103,7 @@ if (! $VAR_CEF_BUILD_ONLY){
103
}else{
104
docker rm cef;
105
Start-Sleep -s 3; #sometimes we are too fast, file in use error
106
- RunProc -proc "docker" -redirect_output:$redirect_output -opts "run --name cef powershell Compress-Archive -Path C:/code/binaries/*.zip -CompressionLevel Fastest -DestinationPath /packages_cef"
+ RunProc -proc "docker" -redirect_output:$redirect_output -opts "run --name cef cef powershell Compress-Archive -Path C:/code/binaries/*.zip -CompressionLevel Fastest -DestinationPath /packages_cef"
107
RunProc -proc "docker" -redirect_output:$redirect_output -opts "cp cef:/packages_cef.zip ."
108
109
TimerNow("CEF copy files locally");
0 commit comments