File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ cef_binary_3.y.z_windows32/*
44! cef_binary_3.y.z_windows32 /.empty
55cef_binary_3.y.z_windows64 /*
66! cef_binary_3.y.z_windows64 /.empty
7+ cef_binary_3.y.z_windowsarm64 /*
8+ ! cef_binary_3.y.windowsarm64 /.empty
79
810* .nupkg
911* .sdf
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11image : Visual Studio 2017
22
3- version : 88.1.3 -CI{build}
3+ version : 88.1.6 -CI{build}
44
55shallow_clone : true
66
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 = " 88.1.2+gac8e5f0 +chromium-88.0.4324.27 " ,
17+ $CefVersion = " 88.1.6+g4fe33a1 +chromium-88.0.4324.96 " ,
1818
1919 [ValidateSet (" tar.bz2" , " zip" , " 7z" )]
2020 [Parameter (Position = 4 )]
567567 . $Nuget pack nuget\chromiumembeddedframework.runtime.win.nuspec - NoPackageAnalysis - Version $CefPackageVersion - Properties ' Configuration=Release;Platform=x64;CPlatform=windows64;' - OutputDirectory nuget
568568
569569 # Build arm64 packages
570- . $Nuget pack nuget\cef.redist.nuspec - NoPackageAnalysis - Version $CefPackageVersion - Properties ' Configuration=Release;Platform=arm64;CPlatform=windowsarm64;' - OutputDirectory nuget
571570 . $Nuget pack nuget\chromiumembeddedframework.runtime.win.nuspec - NoPackageAnalysis - Version $CefPackageVersion - Properties ' Configuration=Release;Platform=arm64;CPlatform=windowsarm64;' - OutputDirectory nuget
572571
573572 # Meta Package
584583 {
585584 appveyor PushArtifact " nuget\cef.redist.x86.$CefPackageVersion .nupkg"
586585 appveyor PushArtifact " nuget\cef.redist.x64.$CefPackageVersion .nupkg"
587- appveyor PushArtifact " nuget\cef.redist.arm64.$CefPackageVersion .nupkg"
588586 appveyor PushArtifact " nuget\chromiumembeddedframework.runtime.win-x86.$CefPackageVersion .nupkg"
589587 appveyor PushArtifact " nuget\chromiumembeddedframework.runtime.win-x64.$CefPackageVersion .nupkg"
590588 appveyor PushArtifact " nuget\chromiumembeddedframework.runtime.win-arm64.$CefPackageVersion .nupkg"
You can’t perform that action at this time.
0 commit comments