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 makeor
npm run makeThe default output directory will be in the ./out directory.
Last updated