Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/For Developers/Building NW.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ cd src
ninja -C out/nw copy_node
```

To package the NW.js binary into a distributable zip archive:

```bash
cd src
ninja -C out/nw dump # Required by `dist` target
ninja -C out/nw dist
```

!!! tip "Build with GitHub Actions"
[kazutoiris/NW.js-Build](https://github.com/kazutoiris/NW.js-Build) offers a seamless approach to building NW.js on Windows via GitHub Actions.

## Build Flavors

* Standard: 'nwjs_sdk=false'
Expand Down