Skip to content

Commit

Permalink
08062024 + removed SignTool
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx committed Jun 8, 2024
1 parent e2fcb8c commit ac91110
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Telegram/build/setup.iss
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -38,7 +38,6 @@ CloseApplications=force
DisableDirPage=no
DisableProgramGroupPage=no
WizardStyle=modern
SignTool=sha256

#if MyBuildTarget == "win64"
ArchitecturesAllowed="x64 arm64"
Expand Down

0 comments on commit ac91110

Please sign in to comment.