-
Notifications
You must be signed in to change notification settings - Fork 8
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
Prevent cmd.exe popup on Windows #68
Conversation
Hello, I do not use Windows, so I cannot test this there,
The reason being:
|
Thanks for the heads-up. I'll update this PR in the coming days and I'll make sure to test it under Windows and on Linux this time. I don't have a Mac right now so I'm afraid I can't test on macOS for the time being. |
I fixed the issue. Tested it successfully with Windows 10 21H2 and Fedora 35. |
Thanks :) Tested on Linux ✔️ works |
Thanks again for the PR. :) |
On Windows, a
cmd.exe
window pops up for a brief moment when the plugin initializes. This PR changes it so the window is hidden.