Question

I have successfully made an executable using Ruby's Ocra gem, however, when I run the executable the console displays along with my program. Is there any way to hide the console on launch?

Any help is appreciated! Thanks!

Was it helpful?

Solution

from ocra readme:

.rb files will become console applications. .rbw files will become windowed application (without a console window popping up). Alternatively, use the “--console” or “--windows” options.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top