1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Update windows binary metadata.

This commit is contained in:
sledgehammer999 2013-07-01 23:17:37 +03:00
parent 147068afbf
commit 0c514a0f07
2 changed files with 4 additions and 4 deletions

View File

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

View File

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