egoist/nwjs

32/64bits specified?

开放

#13 创建于 2016年4月28日

 (2 条评论) (6 个反应) (0 位负责人)JavaScript (19 个派生)user submission
enhancementhelp wanted

仓库指标

星标
 (76 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南