|
14 | 14 | [string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/", |
15 | 15 |
|
16 | 16 | [Parameter(Position = 3)] |
17 | | - $CefVersion = "79.1.10+g7ec49fa+chromium-79.0.3945.117", |
| 17 | + $CefVersion = "84.4.0+g304e015+chromium-84.0.4147.105", |
18 | 18 |
|
19 | 19 | [ValidateSet("tar.bz2","zip","7z")] |
20 | 20 | [Parameter(Position = 4)] |
@@ -498,11 +498,11 @@ try |
498 | 498 |
|
499 | 499 | # Build 32bit packages |
500 | 500 | . $Nuget pack nuget\cef.redist.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x86;CPlatform=windows32;' -OutputDirectory nuget |
501 | | - . $Nuget pack nuget\chromiumembeddedframework.redist.win.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x86;CPlatform=windows32;' -OutputDirectory nuget |
| 501 | + . $Nuget pack nuget\chromiumembeddedframework.runtime.win.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x86;CPlatform=windows32;' -OutputDirectory nuget |
502 | 502 |
|
503 | 503 | # Build 64bit packages |
504 | 504 | . $Nuget pack nuget\cef.redist.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x64;CPlatform=windows64;' -OutputDirectory nuget |
505 | | - . $Nuget pack nuget\chromiumembeddedframework.redist.win.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x64;CPlatform=windows64;' -OutputDirectory nuget |
| 505 | + . $Nuget pack nuget\chromiumembeddedframework.runtime.win.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x64;CPlatform=windows64;' -OutputDirectory nuget |
506 | 506 |
|
507 | 507 | # Build sdk |
508 | 508 | $Filename = Resolve-Path ".\nuget\cef.sdk.props" |
|
515 | 515 | { |
516 | 516 | appveyor PushArtifact "nuget\cef.redist.x86.$CefPackageVersion.nupkg" |
517 | 517 | appveyor PushArtifact "nuget\cef.redist.x64.$CefPackageVersion.nupkg" |
518 | | - appveyor PushArtifact "nuget\chromiumembeddedframework.redist.win-x86.$CefPackageVersion.nupkg" |
519 | | - appveyor PushArtifact "nuget\chromiumembeddedframework.redist.win-x64.$CefPackageVersion.nupkg" |
| 518 | + appveyor PushArtifact "nuget\chromiumembeddedframework.runtime.win-x86.$CefPackageVersion.nupkg" |
| 519 | + appveyor PushArtifact "nuget\chromiumembeddedframework.runtime.win-x64.$CefPackageVersion.nupkg" |
520 | 520 | appveyor PushArtifact "nuget\cef.sdk.$CefPackageVersion.nupkg" |
521 | 521 | } |
522 | 522 | } |
|
0 commit comments