From 623641fc3f967b82c9f6b11f13cd3236e5b3133c Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sat, 4 Mar 2023 15:46:24 +0100 Subject: [PATCH] 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. --- src/windows/rpi-imager.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/rpi-imager.nsi.in b/src/windows/rpi-imager.nsi.in index 6afa54f..a21e9ec 100644 --- a/src/windows/rpi-imager.nsi.in +++ b/src/windows/rpi-imager.nsi.in @@ -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