We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651e343 commit 6c22315Copy full SHA for 6c22315
share/setup.nsi.in
@@ -58,8 +58,8 @@ VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
58
VIAddVersionKey CompanyName "${COMPANY}"
59
VIAddVersionKey CompanyWebsite "${URL}"
60
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
61
-VIAddVersionKey FileDescription ""
62
-VIAddVersionKey LegalCopyright ""
+VIAddVersionKey FileDescription "Installer for @PACKAGE_NAME@"
+VIAddVersionKey LegalCopyright "Copyright (C) 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@"
63
InstallDirRegKey HKCU "${REGKEY}" Path
64
ShowUninstDetails show
65
0 commit comments