megahertz / electron-simple-publisher

Simple way to publish releases for electron-simple-updater
MIT License
66 stars 25 forks source link

Does this support NSIS? #22

Open matthew-dean opened 7 years ago

matthew-dean commented 7 years ago

The electron-builder Wiki says that Squirrel.Windows is deprecated and to use NSIS, but it seems to produce different paths / naming conventions than this module looks for. Is is possible to support NSIS releases / updates?

megahertz commented 7 years ago

Do you want to use NSIS with electon-simple-updater to or just with electron-simple-publisher? It's easy to add support to this package, but not to electon-simple-updater.

At this moment, I'm not going to add new targets support to electron-simple-updater. Squirrel.Windows is still supported in electron-builder, but has lower priority than NSIS module. I think it'll be supported until electron has build-in Squirrel.Windows update support. Maybe I'll add NSIS later, but I'm not sure about that.

matthew-dean commented 7 years ago

@megahertz

Do you want to use NSIS with electon-simple-updater to or just with electron-simple-publisher? It's easy to add support to this package, but not to electon-simple-updater.

Well, I'd be pairing the two, so both, really.

infixman commented 5 years ago

Is keep going? I really need publish Nsis with ftp!

megahertz commented 5 years ago

No, I have no plans for NSIS at this moment