Skip to content

Commit a064e00

Browse files
committed
Merge #18059: build: add missing attributes to Win installer
6c22315 build: add additional attributes to Win installer (fanquake) Pull request description: Fixes: #17170. ACKs for top commit: hebasto: ACK 6c22315, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: d2ff2006b8df6a34b3a16270d3eb895b03cf6b3ca69404bc39adeb7d5e3b896ddab6ba831566dc966d8bdfba3f57ddf325762cddf3ad76d1427971d1bcc68255
2 parents 8625446 + 6c22315 commit a064e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/setup.nsi.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
5858
VIAddVersionKey CompanyName "${COMPANY}"
5959
VIAddVersionKey CompanyWebsite "${URL}"
6060
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
61-
VIAddVersionKey FileDescription ""
62-
VIAddVersionKey LegalCopyright ""
61+
VIAddVersionKey FileDescription "Installer for @PACKAGE_NAME@"
62+
VIAddVersionKey LegalCopyright "Copyright (C) 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@"
6363
InstallDirRegKey HKCU "${REGKEY}" Path
6464
ShowUninstDetails show
6565

0 commit comments

Comments
 (0)