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

Use ShellExecute rather than cmd.exe on windows #17

Merged
merged 1 commit into from
Aug 5, 2018

Conversation

Seeker14491
Copy link
Contributor

The code is adapted from rustup. Using ShellExecute is more efficient
and allows much better error handling. It also avoids some bugs, which
is the reason rustup switched to using this method.

Fixes #16

The code is adapted from rustup. Using ShellExecute is more efficient
and allows much better error handling. It also avoids some bugs, which
is the reason rustup switched to using this method.

Fixes Byron#16
@Seeker14491 Seeker14491 changed the title Use ShellExecute rather than start.exe on windows Use ShellExecute rather than cmd.exe on windows Jul 31, 2018
@Byron Byron merged commit e2fc4b1 into Byron:master Aug 5, 2018
@Byron
Copy link
Owner

Byron commented Aug 5, 2018

Thanks a lot - your contribution is much appreciated!

I will publish a new release shortly.

@Byron
Copy link
Owner

Byron commented Aug 5, 2018

Released as 1.2.2 .

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.

2 participants