-
Notifications
You must be signed in to change notification settings - Fork 278
What is 64 bit windows app zipped size? #64
Comments
@blurymind there is no clear answer to this. Chromely is dependent on CefSharp/CefGlue and CEF binaries. The original sizes of binaries produced by these dependencies are kept. So I will say from experience about 120mb. What Chromely produces itself is under 2mb in most cases. So unless you package Chromely + CefSharp/CefGlue separately and auto download the CEF binaries the first time it is being used by the user, the size will definitely be more than 60mb. Chromely is more about simplicity rather than weight optimization. But weight optimization can be achieved by either compression/decompression or live download by the user on first installation. |
@blurymind sorry I just re-read your question again. It is about 54mb zipped. My reference earlier was to actual final binary size. |
Hi, I created an example of how to build a "single executable", small, Chromely application that downloads "Cef" and "CefSharp" files during the first launch. |
@pkudrel thanks a lot for sharing this. |
Looks good to me. |
his 64bit windows app zipped is 66mb, which is not too far from what I would get from electron-builder
Originally posted by @blurymind in #63 (comment)
The text was updated successfully, but these errors were encountered: