electron / update-electron-app

🌲 A drop-in module that adds autoUpdating capabilities to Electron apps
MIT License
716 stars 131 forks source link

why squirrel is not downloading the latest release #115

Closed JunzheFan closed 1 year ago

JunzheFan commented 1 year ago

I can see from the Squirrel-CheckForUpdate.txt log that my app is hooked up with pubic github release, but when I use the electron-forge to publish a new release to github e.g. v0.0.2, the v0.0.1 is not downloading the upgrading to v0.0.2, while I alread set v0.0.2 as the latest release tag on github . I am just wondering what is the triggering souce for finding a new relese ?

JunzheFan commented 1 year ago

never mind, for those who encounted wired logs, it's because the exe has not been downloaded from the server, just need to wait