Update windows binary metadata.

This commit is contained in:
sledgehammer999 2013-07-01 23:17:37 +03:00
parent 67a7f00e5e
commit 0996bd1165
2 changed files with 4 additions and 4 deletions

View file

@ -28,11 +28,11 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Christophe Dumez"
VALUE "CompanyName", "The qBittorrent project"
VALUE "FileDescription", "qBittorrent - A Bittorrent Client"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "qbittorrent"
VALUE "LegalCopyright", "Copyright ©2006-2012 Christophe Dumez"
VALUE "LegalCopyright", "Copyright ©2006-2013 The qBittorrent project"
VALUE "OriginalFilename", "qbittorrent.exe"
VALUE "ProductName", "qBittorrent"
VALUE "ProductVersion", VER_PRODUCTVERSION_STR

View file

@ -30,8 +30,8 @@ OutFile "qbittorrent_${PROG_VERSION}_setup.exe"
;Installer Version Information
VIAddVersionKey "ProductName" "qBittorrent"
VIAddVersionKey "CompanyName" "Christophe Dumez"
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2012 Christophe Dumez"
VIAddVersionKey "CompanyName" "The qBittorrent project"
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2013 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${PROG_VERSION}"