Electron/Ionic Auto Update

I have develop an ionic based application using the electron framework. I am trying to implement ionic auto update but it is not working. Any documentation out there to help me

Thanks

Are you referring to Ionic Pro’s auto-update? If you have built an Electron app, then you should probably use its update engine to replace the app. The internal assets in an Electron app should not be changed, as that would invalidate the signing of the app.

Thanks. I was under the impression that ionic v4 was now supporting electron and thought may be as with apk they had established a mechanism where the html, js, and css and other assets were separated from the exe and store in some sort of cache. But if that is not the case then I will look into electron-auto-update

Thanks for your help