My project started out being named after the product. Since then, we have rebranded the product for a different customer so I have 2 versions of the help, using conditional build tags to create the different output.
The Project Title needs to show the product name so when I create the webhelp output for each customer, I change the title accordingly in File>Project Settings. This changes the browser title to show the correct product name.
But I have realised that the main .htm file which is used to launch the webhelp still has the original name and this is displayed in the URL bar of the browser and also in the tooltip that displayes when the user hovers on the browser tab.
How can I change this filename? I will need to change it every time we do a release as each release needs a version for both customers.
Thanks