0

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!

Kameron Kincade
  • 514
  • 1
  • 7
  • 18

1 Answers1

1

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.

kipar
  • 507
  • 3
  • 7