From 0c514a0f07f51520f7e4aadd2b2e615c1125e918 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 1 Jul 2013 23:17:37 +0300 Subject: [PATCH] Update windows binary metadata. --- src/qbittorrent.rc | 4 ++-- src/windows/options.nsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index 86450f8bf..2be30a24d 100644 --- a/src/qbittorrent.rc +++ b/src/qbittorrent.rc @@ -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 diff --git a/src/windows/options.nsi b/src/windows/options.nsi index ad367b055..7c2034850 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -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}"