So yeah,
My app is a bit simple, just a browserwindow pointing to a website, but I’d like to have a update module anyways just in case of a rewrite/small bug fix or implementing something I forgot.
I was looking at electron-updater-gh-release but it doesn’t seem to work that well…
Is there an easy way to implement a update for win/mac? I’ve seen Squirrel but I didn’t understood it that well and seems a bit too much overkill…
I’d be fine with something that downloaded a zip for each OS (which would contain a new .app for mac and .exe/etc for windows) and would overwrite the old one after closing…
If anyone has any suggestions or tutorials for something similar/Squirrel (because I might just not be comprehending something) I’d really appreciate it, lost around 3 days with this
Regards.