From 584a1d9ec6744d4ff98a408e22ea0e2174954ae2 Mon Sep 17 00:00:00 2001 From: coreybutler Date: Fri, 10 Sep 2021 22:45:19 -0500 Subject: [PATCH] Updated installer/license --- LICENSE | 2 +- nvm.iss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index e90c9079..1d36f537 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Ecor Ventures LLC. +Copyright (c) 2021 Ecor Ventures LLC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nvm.iss b/nvm.iss index 042bb5a5..87aedea1 100644 --- a/nvm.iss +++ b/nvm.iss @@ -1,7 +1,7 @@ #define MyAppName "NVM for Windows" #define MyAppShortName "nvm" #define MyAppLCShortName "nvm" -#define MyAppVersion "" +#define MyAppVersion "1.1.8" #define MyAppPublisher "Ecor Ventures LLC" #define MyAppURL "https://github.com/coreybutler/nvm-windows" #define MyAppExeName "nvm.exe" @@ -13,8 +13,8 @@ ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) PrivilegesRequired=admin -SignTool=MsSign $f -SignedUninstaller=yes +; SignTool=MsSign $f +; SignedUninstaller=yes AppId=40078385-F676-4C61-9A9C-F9028599D6D3 AppName={#MyAppName} AppVersion={%AppVersion} @@ -37,7 +37,7 @@ ChangesEnvironment=yes DisableProgramGroupPage=yes ArchitecturesInstallIn64BitMode=x64 ia64 UninstallDisplayIcon={app}\{#MyIcon} -AppCopyright=Copyright (C) 2018 Ecor Ventures LLC and contributors. +AppCopyright=Copyright (C) 2018-2021 Ecor Ventures LLC, Corey Butler, and contributors. [Languages] Name: "english"; MessagesFile: "compiler:Default.isl"