Skip to content

Commit

Permalink
Merge pull request #868 from psnitil/master
Browse files Browse the repository at this point in the history
Update inno setup config to correctly report version (fix #851)
  • Loading branch information
coreybutler committed Oct 31, 2022
2 parents f61699f + 459db61 commit be6a12c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nvm.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit be6a12c

Please sign in to comment.