Hi,<br><br>I find the directory hierarchy that `assemble-distribution&#39; creates a bit disturbing (using runtime-paths):<br>- Why does the absolute path of my project appear in the distribution? I wouldn&#39;t like a software I distribute to carry such information.<br>
- Why are my &quot;img\&quot;, &quot;docs\&quot; and other subdirectories buried to a (sub)^10-directory? I&#39;d prefer them to remain simple sub-directories.<br><br>I&#39;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&#39;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>