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

Conversation

sbley
Copy link
Contributor

@sbley sbley commented Feb 21, 2023

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'.

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
Copy link
Contributor Author

sbley commented Mar 22, 2023

Hi @jginsburgn, could you please help me to advance this pull request? Does it need to be approved by someone?

@pmvald pmvald self-requested a review April 20, 2023 19:16
@pmvald pmvald merged commit 12a73db into karma-runner:master Apr 20, 2023
5 checks passed
@karmarunnerbot
Copy link
Member

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sbley sbley deleted the programw6432 branch August 9, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants