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
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: