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:
bovirus 2023-03-04 15:46:24 +01:00 committed by GitHub
parent d972d5b87b
commit 623641fc3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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