project version in .exe-filename
问题 I just tested the auto-versioning plugin and was wondering whether it is possible to put the project's version into the output exe's filename. So e.g. the output could look like this: myProject_0.11.8.exe Being able to have the compile-time-date in the filename would be nice aswell: myProject_2013_12_16.exe Is that possible? 回答1: You can add the following to the output filename variable: add $(TODAY) or $(NOW_) or $(NOW_L) , placing it between the end of the filename and the .exe part and you