i'm developing a productivity app that's kind of like spotlight on a mac, i want it to automatically run on system startup (windows mostly) .
so when i restart my pc i don't need to manually start it again.
Google it. First result — https://www.npmjs.com/package/auto-launch
saw this, was wondering if there's something built in with electron-builder.
thanks! i'll use auto-launch module.
@talarari Not possible, because in case of DMG user just copy app to any location and run. So, the only correct (reliable, cross-platform) solution is to handle it on an application-level.
Most helpful comment
@talarari Not possible, because in case of DMG user just copy app to any location and run. So, the only correct (reliable, cross-platform) solution is to handle it on an application-level.