Skip to content

Commit 6c22315

Browse files
committed
build: add additional attributes to Win installer
1 parent 651e343 commit 6c22315

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)