You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I need to check the progress of the update, how can I get that event in "update-electron-app".
The text was updated successfully, but these errors were encountered: