egoist/nwjs

32/64bits specified?

オープン

#13 opened on 2016/04/28

 (2 件のコメント) (6 件のリアクション) (0 人の担当者)JavaScript (19 件のフォーク)user submission
enhancementhelp wanted

Repository metrics

Stars
 (76 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド