electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.5k stars 520 forks source link

feat: add preStart hook and port existing startLogic impls #3720

Closed MarshallOfSound closed 1 week ago

MarshallOfSound commented 1 month ago

We already had postStart so this is pretty chill 🤷 Removes the "only one thing can mess with start logic" restriction for our own plugins.