Skip to content

Commit

Permalink
Added program details. Closes #897.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Dec 9, 2022
1 parent 53bc08d commit 4802c79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nvm.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PrivilegesRequired=admin
AppId={#MyAppId}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppCopyright=Copyright (C) 2018-2022 Ecor Ventures LLC, Corey Butler, and contributors.
AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
Expand All @@ -38,7 +39,12 @@ ChangesEnvironment=yes
DisableProgramGroupPage=yes
ArchitecturesInstallIn64BitMode=x64 ia64
UninstallDisplayIcon={app}\{#MyIcon}
AppCopyright=Copyright (C) 2018-2021 Ecor Ventures LLC, Corey Butler, and contributors.
VersionInfoVersion={#MyAppVersion}
VersionInfoCopyright=Copyright (C) 2018-2022 Ecor Ventures LLC, Corey Butler, and contributors.
VersionInfoCompany=Ecor Ventures LLC
VersionInfoDescription=Node version manager for Windows
VersionInfoProductName={#MyAppShortName}
VersionInfoProductTextVersion={#MyAppVersion}

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down

0 comments on commit 4802c79

Please # to comment.