Search code examples
certificateelectron

Is it possible to auto-update Electron apps without a certificate?


I made an Electron app and want to setup auto-updating on Windows and macOS. The problem is that electron-updater requires a certificate, and I don't have the money to get a certificate. Is there a way to set up electron-updater without a certificate?


Solution

  • Without a certificate, it can be done under Windows environment only, not macOS.