Alexandre Lacheze

Results 63 comments of Alexandre Lacheze

Same for Windows: ```js var platforms = require('./lib/utils/platforms'); platforms.detect('Station.Setup.0.1.64.exe') // 'windows_64' not ok platforms.detect('Station.Setup.0.1.63.exe') // 'windows_32' ok ```

@shopglobal I understand your struggle! This repository was originally made to work around https://github.com/electron/electron/pull/9494, that was split in https://github.com/electron/electron/pull/10076, https://github.com/electron/electron/pull/11131 and https://github.com/electron/electron/pull/10075 which are all merged: so you probably don't...

I was hit by this as well, and @n1k0's solution allowed me to eventually move on. However, I agree that the behavior is quite disturbing and not easily discoverable. It...