Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 638 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 638 Bytes

CoApp scripts for CEF via NuGET

Use this package to create NuGet packages that add CEF to your Visual Studio projects!

Updating CEF version.

First, download new binary packages from LibCEF website.

$ vi cef.autopkg  # change version and directories defines to match
$ git commit -m "Updated libCEF version to vX.XXXX.XXXX"

Building CEF NuGet packages.

In Powershell

> Write-NuGetPackage .\cef.autopkg

Installing CoApp NuGet helper scripts.

In administrator PowerShell:

> Set-ExecutionPolicy -Scope CurrentUser RemoteSigned

In normal PowerShell:

> Update-CoAppTools -KillPowershells