cefsharp / cef-binary

NuGet repackaging of the CEF binaries provided by Chromium Embedded Framework
https://cef-builds.spotifycdn.com/index.html
Other
110 stars 87 forks source link

Builds with custom suffix #77

Closed apla closed 5 years ago

apla commented 5 years ago

Allows to build package with customised version of CEF

Often I need to build customised version of CEF and package suffix really helps in this case. So, for forced video hardware decode I just run command like this:

powershell -File build.ps1 nupkg-only local ".." 3.%CHROMIUM_TAG%.%NUGET_BUILD%.g%CHROMIUM_SHA% -Extension zip -Suffix hwenc
amaitland commented 5 years ago

Seems reasonable.