I’m trying to package a script into an .exe using OCRA. My script uses
Prawn, and it uses the font Helvetica. The problem is that the script
therefore requires the Helvetica.afm file found in
RUBYDIR\lib\ruby\gems\1.9.1\gems\prawn-core-0.7.2\data\fonts.
Similarly, it seems to need
RUBYDIR\lib\ruby\gems\1.9.1\gems\prawn-core-0.7.2\data\encodings\win_ansi.txt.
I know I can package extra files with OCRA, but they go in the src
directory along with the Ruby script (or whatever subdirectory of that
you specify), rather than under the OCRAized copy of the Ruby
directory.
Is there any way to get it to include additional files under the
proper directory hierarchy?