Launch on startup (hasn't been updated in a while, 2017 and uses coffeescript): https://github.com/Teamwork/node-auto-launch On logon: https://www.electronjs.org/docs/api/app#appsetloginitemsettingssettings-macos-windows This one seems to be doing the same thing as above, at least according to https://github.com/Teamwork/node-auto-launch/blob/master/src/AutoLaunchWindows.coffee#L28 Custom scripts after install: https://www.electron.build/configuration/nsis#custom-nsis-script - example https://github.com/costlocker/desktop/commit/b98e61ceff0aba4efa9f53829cbabbdf4fa69193
Launch on startup (hasn't been updated in a while, 2017 and uses coffeescript): https://github.com/Teamwork/node-auto-launch
On logon: https://www.electronjs.org/docs/api/app#appsetloginitemsettingssettings-macos-windows
This one seems to be doing the same thing as above, at least according to https://github.com/Teamwork/node-auto-launch/blob/master/src/AutoLaunchWindows.coffee#L28
Custom scripts after install: https://www.electron.build/configuration/nsis#custom-nsis-script