mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Add on top left after progran name program version
It's useful to check in any window of instalelr whick is the evrsion that yoiur are installing.
This commit is contained in:
parent
d972d5b87b
commit
623641fc3f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ VIAddVersionKey "FileVersion" "${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