Added multi-platform builds to nw-builder.
Build NW.js applications for Mac, Windows and Linux.
Tested and runs on Node 14, 16 and 18!
Using npm:
npm install nw-builder-platforms
Using yarn:
yarn add nw-builder-platforms
Using pnpm:
pnpm add nw-builder-platforms
For CLI, type in nwbuilds --help
in your terminal.
https://github.com/nwutils/nw-builder
Type (CLI)
: String
(comma separated values)
Type (API)
: Array
of String
Default value: [<current OS>
]
The platforms you want to build. Can be ['win32', 'win64', 'osx32', 'osx64', 'osxarm', 'linux32', 'linux64']
Not supported.
Not supported.
- nw-builder - Official build NW.js applications for Mac, Windows and Linux.