Package your Electron application into a executable file with electron-builder

InstructorCameron Nokes

Share this video with your friends

Send Tweet

We’ve been running our app in a development environment using the Electron executable. Now let’s learn how to package our app into a .app or .exe file so that we can distribute it to other users. Electron doesn't provide this functionality out of the box, so we'll use a popular and easy-to-use npm package called electron-builder to handle the details. electron-builder will automatically grab our .ico or .icns file and use that as our app's icon.

Edgar Moreno
~ 7 years ago

Hi, Do you know how to inlcude images like the one is used on video 5 ("Display native system menu with the Electron module")?