Skip to content

Commit a7dbb27

Browse files
committed
build: add missing attributes to Win installer
1 parent 13d0b48 commit a7dbb27

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
@@ -57,8 +57,8 @@ VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
5757
VIAddVersionKey CompanyName "${COMPANY}"
5858
VIAddVersionKey CompanyWebsite "${URL}"
5959
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
60-
VIAddVersionKey FileDescription ""
61-
VIAddVersionKey LegalCopyright ""
60+
VIAddVersionKey FileDescription "Installer for @PACKAGE_NAME@"
61+
VIAddVersionKey LegalCopyright "Copyright (C) 2015-@COPYRIGHT_YEAR@ The @PACKAGE_NAME@ developers"
6262
InstallDirRegKey HKCU "${REGKEY}" Path
6363
ShowUninstDetails show
6464

0 commit comments

Comments
 (0)