Skip to content

Commit 1fcfa77

Browse files
committed
Upgrade to CEF M93 (VS2019 now required)
- Changes the default to build with VS2019 - Support for older versions will need to be removed. Issue #96
1 parent 9802cf9 commit 1fcfa77

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22

3-
version: 88.1.6-CI{build}
3+
version: 93.0.1-CI{build}
44

55
shallow_clone: true
66

build.ps1

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param(
1414
[string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/",
1515

1616
[Parameter(Position = 3)]
17-
$CefVersion = "88.1.6+g4fe33a1+chromium-88.0.4324.96",
17+
$CefVersion = "93.0.1+g2d46bb7+chromium-93.0.4577.15",
1818

1919
[ValidateSet("tar.bz2","zip","7z")]
2020
[Parameter(Position = 4)]
@@ -933,10 +933,7 @@ try
933933
{
934934
"nupkg"
935935
{
936-
#VSX v110
937-
#VSX v120
938-
VSX v141
939-
VSX v140
936+
VSX v142
940937
Nupkg
941938
}
942939
"nupkg-only"

0 commit comments

Comments
 (0)