-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello!
I'm not very familiar with building C code, so redistHelper has been a life saver for my Heaps projects, so thank you for creating it!
One thing that I would like to ask about though is the console window that pops open with the game when you launch a project built on Windows. I know you can call hl.UI.closeConsole() to close it after the game launches, but that still results in the prompt briefly flashing when launching the game, and I personally dislike that.
Are there any changes that can be made to redistHelper to remove the console window entirely? Any flags that can be added to the Windows build command that can accomplish this? I'd be willing to fork / clone the repo and do it myself, I'm more asking for some direction if you didn't have the time or weren't personally interested in doing it yourself.
Thank you for any help!