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
when my exe is 32bit run on 64 bit windows. process.env.PROGRAMFILES is all C:\Program Files (x86)'
so can not find the C:\Program Files\
so i print the process.env:
hello. this is a error
chrome-finder.js -> win32()
when my exe is 32bit run on 64 bit
windows. process.env.PROGRAMFILES
is allC:\Program Files (x86)
'so can not find the
C:\Program Files\
so i print
the process.env
:i try add
ProgramW6432
will no errorthe more description can see:https://stackoverflow.com/questions/9594066/how-to-get-program-files-x86-env-variable
The text was updated successfully, but these errors were encountered: