Merge pull request #560 from bovirus/qml

Add on top left after program name program version
This commit is contained in:
maxnet 2023-03-24 15:38:42 +01:00 committed by GitHub
commit 7ba382f454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,12 +27,13 @@ VIAddVersionKey "CompanyName" "${COMP_NAME}"
VIAddVersionKey "LegalCopyright" "${COPYRIGHT}" VIAddVersionKey "LegalCopyright" "${COPYRIGHT}"
VIAddVersionKey "FileDescription" "${DESCRIPTION}" VIAddVersionKey "FileDescription" "${DESCRIPTION}"
VIAddVersionKey "FileVersion" "${VERSION}" VIAddVersionKey "FileVersion" "${VERSION}"
VIAddVersionKey "ProductVersion" "${VERSION}"
###################################################################### ######################################################################
SetCompressor LZMA SetCompressor LZMA
Name "${APP_NAME}" Name "${APP_NAME}"
Caption "${APP_NAME}" Caption "${APP_NAME} ${VERSION}"
OutFile "${INSTALLER_NAME}" OutFile "${INSTALLER_NAME}"
BrandingText "${APP_NAME}" BrandingText "${APP_NAME}"
XPStyle on XPStyle on