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 13d0b48 commit a7dbb27Copy full SHA for a7dbb27
share/setup.nsi.in
@@ -57,8 +57,8 @@ VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
57
VIAddVersionKey CompanyName "${COMPANY}"
58
VIAddVersionKey CompanyWebsite "${URL}"
59
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
60
-VIAddVersionKey FileDescription ""
61
-VIAddVersionKey LegalCopyright ""
+VIAddVersionKey FileDescription "Installer for @PACKAGE_NAME@"
+VIAddVersionKey LegalCopyright "Copyright (C) 2015-@COPYRIGHT_YEAR@ The @PACKAGE_NAME@ developers"
62
InstallDirRegKey HKCU "${REGKEY}" Path
63
ShowUninstDetails show
64
0 commit comments