Reputation: 43
I want to set output executable InternalName something like that:
ProgramName_build_300_rev_100_201303141324.exe
where:
300
- build number100
- latest subversion revision201303141324
- date/tame of buildUpvotes: 3
Views: 608
Reputation: 346
This is no problem at all in FinalBuilder. But you have to collect these information first, store it in variables and copy/rename the resulting file.
As a last step, rename the file, using the variables in the name, e.g. ProgamName_build_%build%rev%rev%_%timestamp%.exe
Upvotes: 1