From c75a5cbc3c01e741add3744f9950cab1dcad84c1 Mon Sep 17 00:00:00 2001 From: AnotherCommander Date: Sat, 21 Dec 2013 21:51:53 +0100 Subject: [PATCH] Windows installer: add the Product Version key (found under Right-Click on installer executable -> Details tab). --- installers/win32/OOlite.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/win32/OOlite.nsi b/installers/win32/OOlite.nsi index 11906fe6..27951c3c 100644 --- a/installers/win32/OOlite.nsi +++ b/installers/win32/OOlite.nsi @@ -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