File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <CefSdkVer >cef.sdk.3.2785.1466 </CefSdkVer >
4+ <CefSdkVer >cef.sdk.3.2785.1478 </CefSdkVer >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
1616$Cef64 = Join-Path $WorkingDir ' cef_binary_3.y.z_windows64'
1717$Cef64vcx = Join-Path (Join-Path $Cef64 ' libcef_dll_wrapper' ) ' libcef_dll_wrapper.vcxproj'
1818
19- $CefVersion = " 3.2785.1466.g80e473e "
19+ $CefVersion = " 3.2785.1478.gaab5543 "
2020# Take the cef version and strip the commit hash
2121$CefPackageVersion = $CefVersion.SubString (0 , $CefVersion.LastIndexOf (' .' ))
2222
@@ -392,7 +392,7 @@ function DownloadCefBinaryAndUnzip()
392392
393393 $LocalFile = Join-Path $WorkingDir $Cef32FileName
394394
395- if (-not (Test-Path $Cef32FileName ))
395+ if (-not (Test-Path $LocalFile ))
396396 {
397397 Write-Diagnostic " Download $Cef32FileName this will take a while as files are approx 200mb each"
398398 $Client.DownloadFile ($CefBuildServerUrl + $Cef32FileName , $LocalFile );
@@ -417,7 +417,7 @@ function DownloadCefBinaryAndUnzip()
417417
418418 $LocalFile = Join-Path $WorkingDir $Cef64FileName
419419
420- if (-not (Test-Path $Cef64FileName ))
420+ if (-not (Test-Path $LocalFile ))
421421 {
422422
423423 Write-Diagnostic " Download $Cef64FileName this will take a while as files are approx 200mb each"
You can’t perform that action at this time.
0 commit comments