|
@@ -35,7 +35,6 @@ ${StrLoc}
|
|
|
!define PRODUCTNAME "{{product_name}}"
|
|
|
!define VERSION "{{version}}"
|
|
|
!define VERSIONWITHBUILD "{{version_with_build}}"
|
|
|
-!define SHORTDESCRIPTION "{{short_description}}"
|
|
|
!define HOMEPAGE "{{homepage}}"
|
|
|
!define INSTALLMODE "{{install_mode}}"
|
|
|
!define LICENSE "{{license}}"
|
|
@@ -78,7 +77,7 @@ InstallDir "${PLACEHOLDER_INSTALL_DIR}"
|
|
|
|
|
|
VIProductVersion "${VERSIONWITHBUILD}"
|
|
|
VIAddVersionKey "ProductName" "${PRODUCTNAME}"
|
|
|
-VIAddVersionKey "FileDescription" "${SHORTDESCRIPTION}"
|
|
|
+VIAddVersionKey "FileDescription" "${PRODUCTNAME}"
|
|
|
VIAddVersionKey "LegalCopyright" "${COPYRIGHT}"
|
|
|
VIAddVersionKey "FileVersion" "${VERSION}"
|
|
|
VIAddVersionKey "ProductVersion" "${VERSION}"
|