-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to CEF 62 #53
Conversation
Diego1149
commented
Nov 21, 2017
•
edited by perlun
Loading
edited by perlun
- Upgrade to V62 as listed at http://opensource.spotify.com/cefbuilds/index.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice preparations for getting cefsharp/CefSharp#2200 sorted out, thanks! Will merge this and tag the repo now so that we can get the NuGet packages out for the CEF part of the upgrade.
@@ -14,7 +14,7 @@ param( | |||
[string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/", | |||
|
|||
[Parameter(Position = 3)] | |||
$CefVersion = "3.3112.1657.g2c22842" | |||
$CefVersion = "3.3202.1686.gd665578" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is technically not required, since it's set automatically by the APPVEYOR_REPO_TAG
setting later in the file (as @amaitland fixed in ec3c823), but it can go in anyway since it doesn't do no harm.