From ac9111015127e9ddd78a5239ce961785d9b0b393 Mon Sep 17 00:00:00 2001 From: xmdnx Date: Sat, 8 Jun 2024 22:52:26 +0300 Subject: [PATCH] 08062024 + removed SignTool --- Telegram/build/setup.iss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Telegram/build/setup.iss b/Telegram/build/setup.iss index c9b7664382cdab..9a53b7c11c706d 100644 --- a/Telegram/build/setup.iss +++ b/Telegram/build/setup.iss @@ -1,14 +1,14 @@ #define MyAppShortName "rabbitGram" #define MyAppName "rabbitGram Desktop" #define MyAppPublisher "xmdnx" -#define MyAppVersion "5.0.1" +#define MyAppVersion "5.1.5" #define MyAppURL "https://t.me/rabbitGramUpdates" #define ReleasePath "C:\Users\xmdnusr\source\repos\rabbitgramdesktop\out\Release" #define MyAppExeName "rabbitGram.exe" #define MyAppId "4356CE01-4137-4C55-9F8B-FB4EEBB6EC0C" #define CurrentYear GetDateTimeString('yyyy','','') #define MyBuildTarget "win64" -#define MyAppVersionFull "5.0.1-14052024" +#define MyAppVersionFull "5.1.5-08062024" [Setup] ; NOTE: The value of AppId uniquely identifies this application. @@ -38,7 +38,6 @@ CloseApplications=force DisableDirPage=no DisableProgramGroupPage=no WizardStyle=modern -SignTool=sha256 #if MyBuildTarget == "win64" ArchitecturesAllowed="x64 arm64"