mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 16:35:20 +01:00
Merge pull request #560 from bovirus/qml
Add on top left after program name program version
This commit is contained in:
commit
7ba382f454
1 changed files with 2 additions and 1 deletions
|
@ -27,12 +27,13 @@ VIAddVersionKey "CompanyName" "${COMP_NAME}"
|
|||
VIAddVersionKey "LegalCopyright" "${COPYRIGHT}"
|
||||
VIAddVersionKey "FileDescription" "${DESCRIPTION}"
|
||||
VIAddVersionKey "FileVersion" "${VERSION}"
|
||||
VIAddVersionKey "ProductVersion" "${VERSION}"
|
||||
|
||||
######################################################################
|
||||
|
||||
SetCompressor LZMA
|
||||
Name "${APP_NAME}"
|
||||
Caption "${APP_NAME}"
|
||||
Caption "${APP_NAME} ${VERSION}"
|
||||
OutFile "${INSTALLER_NAME}"
|
||||
BrandingText "${APP_NAME}"
|
||||
XPStyle on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue