Browse Source

Update windows binary metadata.

adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
0c514a0f07
  1. 4
      src/qbittorrent.rc
  2. 4
      src/windows/options.nsi

4
src/qbittorrent.rc

@ -28,11 +28,11 @@ BEGIN @@ -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

4
src/windows/options.nsi

@ -30,8 +30,8 @@ OutFile "qbittorrent_${PROG_VERSION}_setup.exe" @@ -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}"

Loading…
Cancel
Save