I am using Electron Builder to generate an NSIS installer for windows. I need the installer to create a shortcut in the startup menu.
How can I do that?
This is Electron Builder documentation about NSIS Scripts. https://www.electron.build/configuration/nsis#custom-nsis-script
Where should I put code to be executed after installing the application?