Windows installer: add the Product Version key (found under Right-Click on installer executable -> Details tab).
This commit is contained in:
parent
84c1520ee8
commit
c75a5cbc3c
@ -74,6 +74,7 @@ VIAddVersionKey "ProductName" "Oolite"
|
||||
VIAddVersionKey "FileDescription" "A space combat/trading game, inspired by Elite."
|
||||
VIAddVersionKey "LegalCopyright" "© 2003-2013 Giles Williams, Jens Ayton and contributors"
|
||||
VIAddVersionKey "FileVersion" "${VER}"
|
||||
VIAddVersionKey "ProductVersion" "${VER}"
|
||||
!ifdef SNAPSHOT
|
||||
VIAddVersionKey "GIT Revision" "${VER_GITHASH}"
|
||||
!endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user