mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-02 02:44:36 +00:00
Update inno setup config to correctly set version
This commit is contained in:
6
nvm.iss
6
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
|
||||
|
Reference in New Issue
Block a user