Closed zvbt closed 6 months ago
Can you elaborate on the actual issue you are facing?
Whenever I upload a new version to GitHub, it doesnt get that there is a new update.
@zvbt did you add a latest.yml
? please link to you repo if it's a public repo. It will be easier to help.
For now, it's a private repo. I'll try your methods and let you know if everything is good.
I'm not sure if it works for private repositories though. It is likely to resolve to a 404 because of missing authentication.
"I got it to work. I forgot to include autoUpdater.checkForUpdates();
within the if (isProd){}
block."
thank you for your help
I recently switched to Nextron for one of my projects, but I'm having trouble getting the Electron updater to work. If anyone can help me, it would be appreciated.
This is the code im using in the background.ts file