electron / get

Download Electron release artifacts
https://npm.im/@electron/get
MIT License
338 stars 106 forks source link

fix: use armv7l if process.config.variable.arm_version is undefined #128

Closed jkleinsc closed 4 years ago

jkleinsc commented 4 years ago

In the case where process.config.variable.arm_version is undefined arm ends up being used as the arch which is not a valid arch for Electron, so this PR changes that case to return armv7l so that a valid arch is returned.

Resolves https://github.com/electron/electron/issues/21070

electron-bot commented 4 years ago

:tada: This PR is included in version 1.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: