From ed171f1e95ec44baf7c9d151e040fe9e11ae50e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 8 Oct 2021 22:27:35 +0200 Subject: [PATCH] Add app version to the installer info build number is not included because inno setup has a 16bit limit per section --- ci/win/build_installer.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/win/build_installer.iss b/ci/win/build_installer.iss index bf6877c3..71e49344 100644 --- a/ci/win/build_installer.iss +++ b/ci/win/build_installer.iss @@ -3,6 +3,7 @@ DefaultGroupName=YACReader LanguageDetectionMethod=locale AppName=YACReader AppVerName=YACReader v{#VERSION}.{#BUILD_NUMBER} +VersionInfoVersion={#VERSION} DefaultDirName={pf}\YACReader OutputBaseFilename=YACReader-v{#VERSION}.{#BUILD_NUMBER}-win{#PLATFORM}-{#COMPRESSED_ARCHIVE_BACKEND} LicenseFile=COPYING.txt