Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32/64bits specified? #13

Open
fritx opened this issue Apr 28, 2016 · 2 comments
Open

32/64bits specified? #13

fritx opened this issue Apr 28, 2016 · 2 comments

Comments

@fritx
Copy link
Collaborator

fritx commented Apr 28, 2016

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

Currently it totally depends on os.arch, so does nwjs/npm-installer#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.

@egoist
Copy link
Owner

egoist commented Apr 28, 2016

Seems we need to add --arch flag to allow overriding this.

@fritx
Copy link
Collaborator Author

fritx commented Oct 18, 2016

nvm supports an arch flag following the version flag
https://github.com/coreybutler/nvm-windows#usage

nw install 0.12.3 32
nw use 0.12.3 32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants