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.
1 parent b1ee187 commit 97ffa9cCopy full SHA for 97ffa9c
build.ps1
@@ -15,7 +15,6 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
15
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
16
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll_wrapper') 'libcef_dll_wrapper.vcxproj'
17
18
-$CefVersion = "3.2704.1418"
19
$CefPackageVersion = "3.2704.1418"
20
21
# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
0 commit comments