cratonica/trayhost

Maybe a better way to disable the command prompt window on Windows

bbigras- opened this issue · 1 comments

Instead of using editbin to disable the command prompt window on Windows, why not just build using go build -ldflags -H=windowsgui?

I was unaware of this trick. Next time I'm on a Windows machine, I'll try it out!

You can also feel free to submit a pull request for README.md if you want.