From 97de559077bad4de242e0be5179a3b64e6f52442 Mon Sep 17 00:00:00 2001 From: Pascal Pharand Date: Thu, 4 Jul 2019 20:23:25 -0400 Subject: [PATCH] updated the installer --- WinHue3/WinHue3.csproj | 2 +- inno/installer_template.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinHue3/WinHue3.csproj b/WinHue3/WinHue3.csproj index 0c891576..badc0097 100644 --- a/WinHue3/WinHue3.csproj +++ b/WinHue3/WinHue3.csproj @@ -1054,7 +1054,7 @@ - + diff --git a/inno/installer_template.iss b/inno/installer_template.iss index 2806c58e..903b5af0 100644 --- a/inno/installer_template.iss +++ b/inno/installer_template.iss @@ -21,7 +21,7 @@ AppId={{F16560B0-47D1-4122-A0A4-9104FDF62AC1} AppName={#MyAppName} AppVersion={#MyAppVersion} -;AppVerName={#MyAppName} {#MyAppVersion} +AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL}