Skip to content

CoApp autopkg structure for generating Chromium Embedded Framework NuGet packages.

Notifications You must be signed in to change notification settings

cephalsystems/cef-coapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CoApp autopkg structure for generating Chromium Embedded Framework NuGet packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published