nhaberly

Results 1 comments of nhaberly

My current workaround is to call myapp.rbw from another script, app_init.rbw, that contains these 3 lines: require 'win32ole' cmd = "ruby myapp.rbw" WIN32OLE.new('Wscript.Shell').Run(cmd,0,1) Then I can use ocra to build...