You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
On L28, it is always assumed that a Windows machine is a 32 bit machine. Looking the electron shell releases, it seems that Windows releases are of the type win32-ia32 and win32-x64. So in getArch function, the latter case is never handled.
The text was updated successfully, but these errors were encountered:
On L28, it is always assumed that a Windows machine is a 32 bit machine. Looking the electron shell releases, it seems that Windows releases are of the type
win32-ia32
andwin32-x64
. So ingetArch
function, the latter case is never handled.The text was updated successfully, but these errors were encountered: