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

Fix chrome and edge directories on windows #117

Merged
merged 2 commits into from
Oct 4, 2019
Merged

Conversation

cherifGsoul
Copy link
Contributor

Some fixes for windows:

  • Chrome directory and edge directory
  • Fix program files directory for x64 and x32 architectures, they were inverted:
//Windows 64bits "Program Files"
//Windows 32bits "Program Files x86"
var programFiles = os.arch() === "x64" ? process.env.ProgramFiles : process.env["ProgramFiles(x86)"];

Fixes #96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant