Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add process.env.ProgramW6432 as root location for binaries #264

Merged
merged 2 commits into from
Apr 20, 2023

Commits on Feb 21, 2023

  1. 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'.
    sbley committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3929365 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    6b04070 View commit details
    Browse the repository at this point in the history