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
Yes it does you can import it like this import {autoUpdater} from 'electron';
And follow this docs: https://www.electronjs.org/docs/latest/tutorial/updates#using-other-update-services
But if you follow this docs there is a note: the platform's name saved in electron-release-server and the process.platform is difference.
So this code from docs will build a wrong update url
In my case proccess.platfrom is win64 but the platform that release server expected is something looks like windows_64 so we need to format the platform to match the release server
I want to know which package to use:
The text was updated successfully, but these errors were encountered: