Updated installer metadata (Author Software Inc)

This commit is contained in:
Corey Butler
2024-11-18 12:17:09 -06:00
parent 6cf7bb5112
commit 28cde6cf4c

10
nvm.iss
View File

@@ -1,8 +1,8 @@
#define MyAppName "NVM for Windows" #define MyAppName "NVM for Windows"
#define MyAppShortName "nvm" #define MyAppShortName "nvm"
#define MyAppLCShortName "nvm" #define MyAppLCShortName "nvm"
#define MyAppVersion "1.1.11" #define MyAppVersion "1.2.0"
#define MyAppPublisher "Ecor Ventures LLC" #define MyAppPublisher "Author Software Inc."
#define MyAppURL "https://github.com/coreybutler/nvm-windows" #define MyAppURL "https://github.com/coreybutler/nvm-windows"
#define MyAppExeName "nvm.exe" #define MyAppExeName "nvm.exe"
#define MyIcon "bin\nodejs.ico" #define MyIcon "bin\nodejs.ico"
@@ -19,7 +19,7 @@ PrivilegesRequired=admin
AppId={#MyAppId} AppId={#MyAppId}
AppName={#MyAppName} AppName={#MyAppName}
AppVersion={#MyAppVersion} AppVersion={#MyAppVersion}
AppCopyright=Copyright (C) 2018-2022 Ecor Ventures LLC, Corey Butler, and contributors. AppCopyright=Copyright (C) 2018-2024 Author Software Inc., Ecor Ventures LLC, Corey Butler, and contributors.
AppVerName={#MyAppName} {#MyAppVersion} AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher} AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL} AppPublisherURL={#MyAppURL}
@@ -40,8 +40,8 @@ DisableProgramGroupPage=yes
ArchitecturesInstallIn64BitMode=x64 ia64 ArchitecturesInstallIn64BitMode=x64 ia64
UninstallDisplayIcon={app}\{#MyIcon} UninstallDisplayIcon={app}\{#MyIcon}
VersionInfoVersion={#MyAppVersion} VersionInfoVersion={#MyAppVersion}
VersionInfoCopyright=Copyright (C) 2018-2022 Ecor Ventures LLC, Corey Butler, and contributors. VersionInfoCopyright=Copyright (C) 2018-20234 Author Software Inc., Ecor Ventures LLC, Corey Butler, and contributors.
VersionInfoCompany=Ecor Ventures LLC VersionInfoCompany=Author Software Inc.
VersionInfoDescription=Node version manager for Windows VersionInfoDescription=Node version manager for Windows
VersionInfoProductName={#MyAppShortName} VersionInfoProductName={#MyAppShortName}
VersionInfoProductTextVersion={#MyAppVersion} VersionInfoProductTextVersion={#MyAppVersion}