Getting an odd thing happening when creating packages in Composer 8.52.
The packages (pkg or dmg) contain, and deploy the following directories.
ROOT
Scripts
Settings
Snapshots
Like it is packaging the contents of a directory above where it should from the temporary storage.
When the package is deployed it will put all of these directories at / so that
/Applications/SuperFun.app
would be at
/ROOT/Applications/SuperFun.app
Anyone seen this?
Thanks
Matt