Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 701 Bytes

BUILD.md

File metadata and controls

36 lines (18 loc) · 701 Bytes

Build the app

Generate the Desktop executables which you can run whitout needing to open the terminal (.dmg, .deb, .exe, etc ..)

Setup

$ git clone https://github.com/720kb/ndm.git

$ cd ndm

$ npm install

Builds for Mac

$ npm run build-mac

Builds for Linux

$ npm run build-linux

Builds for Windows

$ npm run build-win

Builds for all the platforms

$ npm run build

The executables are generated thanks to the electron-builder, if you want you can change the build settings to your needs, just follow their documentation.

The executables will be generated inside the /releases folder.