Build - RooSoft/zman GitHub Wiki

How to build

This software depends on Node.js v12 or later.

After running one or more of the following commands from the project's root folder, executables will reside in the dist folder.

Build for Linux

npm run buildLinux

Build for macOS

npm run buildMac

Build for Windows

npm run buildWindows