CPack allows me to configure the basename of the package, but I would like to be able to change the extension used.  I dug around the CPack sources and it looks like the file extension is baked into the &#39;virtual const char* GetOutputExtension() { return &quot;.sh&quot;; }&#39; function.  It doesn&#39;t look like I can configure it, so I&#39;m trying to see if there is a way to rename the file after it&#39;s been generated.  Kind of like a post-link command.  Does anyone know how I could do this?<br>

<br>Thanks,<br>James<br><br>