nodejs / installer

Electron based installer for Node.js.
Other
194 stars 36 forks source link

Auto-Update the Installer itself. #5

Open mikeal opened 8 years ago

mikeal commented 8 years ago

Probably needs different code for both Mac, Windows and Linux.

mikeal commented 8 years ago

https://github.com/electron/electron/blob/master/docs/api/auto-updater.md

develar commented 8 years ago

electron-builder creates mac-zip for Squirrel.Mac and nuget for Squirrel.Windows.

On Linux I recommend to use AppImage (electron-builder will support it this week — https://github.com/electron-userland/electron-builder/issues/504).

So, if you will use electron-builder, this task is a straight-forward :) MAS target (to fix #6) is supported also.

priyank-p commented 6 years ago

Do we still use this installer on the website?