egoist/nwjs

32/64bits specified?

Open

#13 aperta il 28 apr 2016

Vedi su GitHub
 (2 commenti) (6 reazioni) (0 assegnatari)JavaScript (19 fork)user submission
enhancementhelp wanted

Metriche repository

Star
 (76 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

const fileName = version == realVersion ? `nwjs-v${realVersion}-${os.platform}-${os.arch}` 

Currently it totally depends on os.arch, so does https://github.com/nwjs/npm-installer/issues/28. Unfortuately I need this feature :/ Our app is to be distributed in 32bits, so I need a 32bit version as well as 64 in my machine.

Guida contributor