I am creating an installer on mac osx 10.6.8 with package package 3.04. I can set specific content in "destination" /Applications , this is normal. Now I need to add other content to the user's home directory ( /Documents )
I tried ~/ and $HOME/ to set the destination for this particular package, but when installed, the actual location is empty.
So how can I install this correctly?
source share