Skip to content
Advertisement

Tag: auto-update

How to implement auto-update electron app on Linux?

I use electron to create cross-platform application. For Windows and Mac it could be done by electron tools, like autoUpdate, Squirrel, so on. The problem is only with Linux. I have built a .deb package for Ubuntu. But I can’t find any “step-by-step” instruction or comprehensive info about it. I’m not familiar with java and hadn’t experience with creating apps

Advertisement