mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 14:37:42 -03:00
build: add additional attributes to Win installer
This commit is contained in:
parent
651e343888
commit
6c22315223
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
|
||||||
VIAddVersionKey CompanyName "${COMPANY}"
|
VIAddVersionKey CompanyName "${COMPANY}"
|
||||||
VIAddVersionKey CompanyWebsite "${URL}"
|
VIAddVersionKey CompanyWebsite "${URL}"
|
||||||
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
|
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
|
||||||
VIAddVersionKey FileDescription ""
|
VIAddVersionKey FileDescription "Installer for @PACKAGE_NAME@"
|
||||||
VIAddVersionKey LegalCopyright ""
|
VIAddVersionKey LegalCopyright "Copyright (C) 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@"
|
||||||
InstallDirRegKey HKCU "${REGKEY}" Path
|
InstallDirRegKey HKCU "${REGKEY}" Path
|
||||||
ShowUninstDetails show
|
ShowUninstDetails show
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue