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

Check Environment.Is64BitOperatingSystem before running #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

msbit
Copy link

@msbit msbit commented Nov 24, 2021

Instead of checking the "PROCESSOR_ARCHITEW6432" environment
variable, check Environment.Is64BitOperatingSystem, which should
replicate the same information

Instead of checking the "PROCESSOR_ARCHITEW6432" environment
variable, check `Environment.Is64BitOperatingSystem`, which should
replicate the same information
@Pedro1234-code
Copy link

If it replicate the same information so why change it?

@msbit
Copy link
Author

msbit commented Nov 25, 2021

@Pedro1234-code no stuffing around with environment variables.

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.

None yet

2 participants