Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add process.env.ProgramW6432 as root location for binaries
On Windows systems, depending on the installed software (32 bit or 64 bit), querying process.env.PROGRAMFILES might yield 'C:\Program Files (x86)' even on a 64 bit system. That is why process.env.ProgramW6432 needs to be added as a root location, which holds 'C:\Program Files'.
- Loading branch information