Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

What is 64 bit windows app zipped size? #64

Closed
mattkol opened this issue Dec 30, 2018 · 5 comments
Closed

What is 64 bit windows app zipped size? #64

mattkol opened this issue Dec 30, 2018 · 5 comments

Comments

@mattkol
Copy link
Member

mattkol commented Dec 30, 2018

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)

@mattkol
Copy link
Member Author

mattkol commented Dec 30, 2018

@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.

@mattkol
Copy link
Member Author

mattkol commented Dec 30, 2018

@blurymind sorry I just re-read your question again. It is about 54mb zipped. My reference earlier was to actual final binary size.

@pkudrel
Copy link

pkudrel commented Jan 2, 2019

Hi,
Thank you for this great project @mattkol

I created an example of how to build a "single executable", small, Chromely application that downloads "Cef" and "CefSharp" files during the first launch.

https://github.com/pkudrel/ChromelySmallSingleExecutable

@mattkol
Copy link
Member Author

mattkol commented Jan 3, 2019

@pkudrel thanks a lot for sharing this.
Please check that I get the description right - https://github.com/mattkol/Chromely/tree/master/Demos

@mattkol mattkol closed this as completed Jan 5, 2019
@pkudrel
Copy link

pkudrel commented Jan 6, 2019

Looks good to me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants