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 'virtual const char* GetOutputExtension() { return ".sh"; }' function. It doesn't look like I can configure it, so I'm trying to see if there is a way to rename the file after it'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>