Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
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)



Thread View

Thread Author Date
How to include a file on a specific location?Mathieu Poussin2010-08-02 22:37
      RE: How to include a file on a specific location?Lars Christensen2010-08-04 14:26
      RE: How to include a file on a specific location?Lars Christensen2010-08-04 14:48

Post a followup to this message