Contents

Packaging

This page describes how to build and pack the application into a native executable format.

To build and pack the application, open the project directory and run the following command in your command line:

npm run molybden build

This command will build the application for the current platform and pack it into a native executable format. The output files will be placed in the ./build-dist/bin directory.

You can archive the output files into a zip file and distribute it to your users.

On this page
Top