brackets-archive / brackets-shell

CEF3-based application shell for Brackets.
http://brackets.io
MIT License
0 stars 0 forks source link

[CLOSED] Always use node.exe 32 bit #383

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by ficristo Sunday Nov 20, 2016 at 09:25 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/595


If automation use x64 Windows platform to generate the installer, we could end up distributing the x64 bit version of node.exe to 32bit Windows users, which could lead to problems. And I think it happened... Since it is fine to use the 32 bit version of node.exe on 64bit Windows, use it unconditionally.


ficristo included the following code: https://github.com/adobe/brackets-shell/pull/595/commits