Skip to content

Commit b67c8e6

Browse files
committed
Merge branch 'master' of github.com:mitchcapper/CefSharpDockerfiles
2 parents 0ca4016 + 780cffa commit b67c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if (! $VAR_CEF_BUILD_ONLY){
103103
}else{
104104
docker rm cef;
105105
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"
106+
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"
107107
RunProc -proc "docker" -redirect_output:$redirect_output -opts "cp cef:/packages_cef.zip ."
108108

109109
TimerNow("CEF copy files locally");

0 commit comments

Comments
 (0)