update-electron-app icon indicating copy to clipboard operation
update-electron-app copied to clipboard

Progress Event

Open varun-ll opened this issue 2 years ago • 1 comments

I need to check the progress of the update, how can I get that event in "update-electron-app".

varun-ll avatar Jun 03 '22 05:06 varun-ll

You can check the progress of the update in the "update-electron-app" library by subscribing to the download-progress event. This event is emitted periodically while the update is downloading, and it provides information about the download progress, including the percentage of the download completed and the bytes received.

Mudassir55 avatar Jan 31 '23 13:01 Mudassir55