chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.98k stars 279 forks source link

Chromely release to add CEF binaries version #286

Closed mattkol closed 3 years ago

mattkol commented 3 years ago

Chromely release should mention what version of Chromium it uses (providing download link is very good option)

RobertBouillon commented 3 years ago

What CEF Binaries do I need to install? I'd prefer for my users not to see the Chromely CEF popup - I'd rather package CEF as part of my installer.

mattkol commented 3 years ago

Please see - https://github.com/chromelyapps/Chromely/issues/296#issuecomment-778537766 To suppress the popup during download, you can do a silent one:

   var config = DefaultConfiguration.CreateForRuntimePlatform();
   config.CefDownloadOptions.DownloadSilently = true;