doroved / mid

Creating a Machine ID hash for MacOS/Windows/Linux
https://crates.io/crates/mid
27 stars 1 forks source link

Add flag to not create a powershell window on Windows #3

Open thanhtaivtt opened 1 week ago

thanhtaivtt commented 1 week ago

When I use your package in Tauri.app. It automatically opens a powershell window to run the command.

So I added an option to prevent it from opening additional windows on Windows.

Can you help me check if this is possible?

Thank you!

doroved commented 1 week ago

Hi, I don't have Windows, but I'll try running this code through Github Actions and see if it breaks the tests.

thanhtaivtt commented 6 days ago

Thanks you!