Building Executable

The build tool, electron-forge, will automatically determine your operating system and build an executable according to it.

You can build an executable using:

yarn make

or

npm run make

The default output directory will be in the ./out directory.

Last updated