Hi,<br><br>I find the directory hierarchy that `assemble-distribution' creates a bit disturbing (using runtime-paths):<br>- Why does the absolute path of my project appear in the distribution? I wouldn't like a software I distribute to carry such information.<br>
- Why are my "img\", "docs\" and other subdirectories buried to a (sub)^10-directory? I'd prefer them to remain simple sub-directories.<br><br>I'm happy with runtime-paths talking care of copying all the required files, and I understand runtime-paths ensure consistency across multiple OSes, but I
don't see why this implies such a complicated hierarchy for relative sub-directories.<br>When the executable is launched, why does it not simply set the current-directory to the root of the distribution, so the executable can be moved, depending on the OS? <br>
<br>Or am I missing some option that address these very concerns?<br><br>Thanks,<br>Laurent<br>