npm-installer icon indicating copy to clipboard operation
npm-installer copied to clipboard

Choosing 32bit nw.exe

Open matthiasg opened this issue 10 years ago • 4 comments

How can i choose which architecture of node-webkit to use/download/run ? on my 64bit machine it always defaults to 64bit.

matthiasg avatar Sep 15 '15 09:09 matthiasg

There isn't a way atm. We should probably add some env variables to override like we do with NWJS_URLBASE.

shama avatar Sep 15 '15 16:09 shama

+1

gwicksted avatar Sep 17 '15 15:09 gwicksted

+1 Related: https://github.com/egoist/nwjs/issues/13 Our app is to be distributed in 32bits, so I need a 32bit version as well as 64 in my machine.

Personally, I use nwjs for global usage and nw(this repo) for local. It is very interesting by the way: https://github.com/fritx/nw-auto/commit/6bd7f5090a08f776701db19218cd1dbb796806dc

fritx avatar Apr 28 '16 09:04 fritx

I suggest using nw-builder for this purpose

saitonakamura avatar Jul 28 '16 21:07 saitonakamura