DEV Community

Discussion on: Monetize your Electron App 💰

Collapse
 
enravishjeni411 profile image
enravishjeni411 • Edited

Hello, Jasmin. Thanks for the detailed post.

Minor correction:

Loadextension part of code has to be called once the app is ready.
From the electron doc:
Note: This API cannot be called before the ready event of the app module is emitted.