mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Add version info to the installer executable.
This commit is contained in:
parent
f2f2dad402
commit
e71facf6d6
@ -24,6 +24,15 @@ Name "qBittorrent ${PROG_VERSION}"
|
|||||||
; The file to write
|
; The file to write
|
||||||
OutFile "qbittorrent_${PROG_VERSION}_setup.exe"
|
OutFile "qbittorrent_${PROG_VERSION}_setup.exe"
|
||||||
|
|
||||||
|
;Installer Version Information
|
||||||
|
VIAddVersionKey "ProductName" "qBittorrent"
|
||||||
|
VIAddVersionKey "CompanyName" "Christophe Dumez"
|
||||||
|
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2012 Christophe Dumez"
|
||||||
|
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
|
||||||
|
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
|
||||||
|
|
||||||
|
VIProductVersion "${PROG_VERSION}.0"
|
||||||
|
|
||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir $PROGRAMFILES\qBittorrent
|
InstallDir $PROGRAMFILES\qBittorrent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user