On Fri, May 07, 2004 at 12:12:53PM +0200, Lars Balker Rasmussen wrote:
> Vlad Harchev <[EMAIL PROTECTED]> writes:
> > What is the official way of adding arbitrary files (not perl source - e.g.
> > mylogo.png) to PAR files?
>
> pp --add=mylogo.png ...
Oops, I overlooked this option. Thank you!
But anyway it's a far from perfect - if I use
pp --add=gfx/misc/mylogo.png
the file gets into mylogo.png inside ./inc directory, not inside
./inc/gfx/misc
That's a very big limitation for me! Is it possible to overcome this? Will
it be OK if I play with content of PAR file and move mylogo.png to the proper
dir manually and edit inc/MANIFEST and repack PAR file?
--
Best regards,
-Vlad