| Message: 94439 |
 |
BY: Lars Christensen (larsch) DATE: 2010-08-04 14:26 SUBJECT: RE: How to include a file on a specific location? Hi Mathieu,
Not currently possible without hacking ocra. You can try and add something like this in Ocra#build_exe:
sb.createfile(File.join(bindir, rubyexe) + ".manifest", "bin\\" + rubyexe + ".manifest")
near the line that says
sb.createfile(File.join(bindir, rubyexe), "bin\\" + rubyexe)
| |