From 459db6113dbb4c670b7273db27df2eabbfb56e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Sn=C3=ADtil?= Date: Tue, 18 Oct 2022 10:05:26 +0200 Subject: [PATCH] Update inno setup config to correctly set version --- nvm.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvm.iss b/nvm.iss index dcfa515f..ebe70dbc 100644 --- a/nvm.iss +++ b/nvm.iss @@ -18,8 +18,8 @@ PrivilegesRequired=admin ; SignedUninstaller=yes AppId={#MyAppId} AppName={#MyAppName} -AppVersion={%AppVersion} -AppVerName={#MyAppName} {%AppVersion} +AppVersion={#MyAppVersion} +AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} @@ -29,7 +29,7 @@ DisableDirPage=no DefaultGroupName={#MyAppName} AllowNoIcons=yes LicenseFile={#ProjectRoot}\LICENSE -OutputDir={#ProjectRoot}\dist\{%AppVersion} +OutputDir={#ProjectRoot}\dist\{#MyAppVersion} OutputBaseFilename={#MyAppLCShortName}-setup SetupIconFile={#ProjectRoot}\{#MyIcon} Compression=lzma