Build the Application for platforms
Now you can use this customized application to build applications macOS, Windows and Linux platforms.
First, you need to install electron-builder package locally on the project folder:
To build all platform :
To build the macOS platform:
To build the Windows platform:
To build the Linux platform:
Built output applications are located in the newly created directory called βdistβ which is inside your application directory.
Last updated