From 48bb8995b25e704f09b25d361444f513465137cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Wed, 30 Nov 2022 08:32:53 +0300 Subject: [PATCH] Update WingetUI.iss Add Inno Setup setting "VersionInfoVersion" which allows to see the version of program in a tooltip when hover over a file in Explorer --- WingetUI.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WingetUI.iss b/WingetUI.iss index ea6479b915..5df579d639 100644 --- a/WingetUI.iss +++ b/WingetUI.iss @@ -3,7 +3,7 @@ #define MyAppName "WingetUI" #define MyAppVersion "1.5.1" -#define MyAppPublisher "Martí Climent" +#define MyAppPublisher "Martí Climent" #define MyAppURL "https://github.com/martinet101/WingetUI" #define MyAppExeName "WingetUI.exe" @@ -18,6 +18,7 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} +VersionInfoVersion=1.5.1.0 DefaultDirName="{autopf}\WingetUI" DisableProgramGroupPage=yes DisableDirPage=no