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
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Is there anyway to explicitly call the provisoner or some way to monitor the progress of the download to avoid appearing like the application is doing nothing for a while? This problem is only really noticeable when the user has slow internet speeds.
The text was updated successfully, but these errors were encountered:
use the bundler with the bootstrap since they embed the resources in the binary directly, therefore once the user has the binary, he/she doesn't an internet connexion to run it
go-astilectron-bundler downloads resources and stores them in a cache folder so that it doesn't download them on the next bundles. Therefore it should only happen once. Are you experiencing something else ? If so, could you paste bundler logs ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there anyway to explicitly call the provisoner or some way to monitor the progress of the download to avoid appearing like the application is doing nothing for a while? This problem is only really noticeable when the user has slow internet speeds.
The text was updated successfully, but these errors were encountered: