File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
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.3239.1700 </CefSdkVer >
4+ <CefSdkVer >cef.sdk.77.1.11 </CefSdkVer >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 1414 [string ] $CefBinaryDir = " ../cefsource/chromium/src/cef/binary_distrib/" ,
1515
1616 [Parameter (Position = 3 )]
17- $CefVersion = " 73 .1.12+gee4b49f +chromium-73 .0.3683.75 " ,
17+ $CefVersion = " 77 .1.11+g1687a63 +chromium-77 .0.3865.90 " ,
1818
1919 [ValidateSet (" tar.bz2" , " zip" , " 7z" )]
2020 [Parameter (Position = 4 )]
278278 {
279279 $VS_VER = 15 ;
280280 $VS_OFFICIAL_VER = 2017 ;
281- if ($_ -eq ' v142' ){$VS_VER = 16 ;$VS_OFFICIAL_VER = 2019 ;}
281+
282+ if ($_ -eq ' v142' )
283+ {
284+ $VS_VER = 16 ;
285+ $VS_OFFICIAL_VER = 2019 ;
286+ }
287+
282288 $programFilesDir = (${env: ProgramFiles(x86)} , ${env: ProgramFiles} -ne $null )[0 ]
283289
284290 $vswherePath = Join-Path $programFilesDir ' Microsoft Visual Studio\Installer\vswhere.exe'
You can’t perform that action at this time.
0 commit comments