Mercurial > trustbridge
diff packaging/trustbridge.nsi @ 500:4f972b1f4996
Fix packaging information generation
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 25 Apr 2014 10:29:59 +0000 |
parents | 613fbcb5df0c |
children | bfcfbae151ab |
line wrap: on
line diff
--- a/packaging/trustbridge.nsi Fri Apr 25 10:16:46 2014 +0000 +++ b/packaging/trustbridge.nsi Fri Apr 25 10:29:59 2014 +0000 @@ -36,7 +36,8 @@ ;-------------------------------- ;Version Information (for installer file properties) -VIProductVersion "${version_number}" ;needs integer format: x.x.x.x +;VIProductVersion "${version_number}" ;needs integer format: x.x.x.x +VIProductVersion 1.0.0.0 VIAddVersionKey "ProductName" "${productname_short}" VIAddVersionKey "Comments" "${productname_short} ist Freie Software" VIAddVersionKey "CompanyName" "${company}"