Skip to content

Commit

Permalink
updated key, version 4.12, changed tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx committed Oct 29, 2023
1 parent d9b46bd commit eee7fa0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
Binary file modified Telegram/Resources/icons/mac_tray_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/mac_tray_icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Telegram/Resources/icons/mac_tray_icon@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions Telegram/SourceFiles/_other/packer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ quint64 AlphaVersion = 0;
bool OnlyAlphaKey = false;

const char *PublicKey = "\
-----BEGIN PUBLIC KEY-----\n\
MB0wDQYJKoZIhvcNAQEBBQADDAAwCQICAWkCAwEAAQ==\n\
-----END PUBLIC KEY-----\n\
-----BEGIN RSA PUBLIC KEY-----\n\
MIGJAoGBAMdbfVPeoecT9T2mu63VKgF8Jq2QIbElcOU7gudlZYhgolzT0dG0xWwM\n\
XPb67+1VtEucvML1ZNkT1GNjIHl5uv1hOyQGFaJab8vbq5dypd0HtDp2wyf0FRsf\n\
CWih9SUwvXam5G3oxyWdgDsYWxcOfag2KPouO5nf9MYx1J0gfyibAgMBAAE=\n\
-----END RSA PUBLIC KEY-----\n\
";

extern const char *PrivateKey;
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/rabbit/rabbit_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ For license and copyright information please follow this link:
*/
#pragma once

constexpr auto AppRabbitVersion = 4011000;
constexpr auto AppRabbitVersionStr = "4.11";
constexpr auto AppRabbitVersion = 4012000;
constexpr auto AppRabbitVersionStr = "4.12";
constexpr auto AppRabbitBetaVersion = true;
4 changes: 2 additions & 2 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 "4.10.5"
#define MyAppVersion "4.11"
#define MyAppURL "https://t.me/rabbitGramDesktop"
#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 "4.10.5-28102023"
#define MyAppVersionFull "4.11-29102023"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down
2 changes: 1 addition & 1 deletion Telegram/lib_ui
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+1 −0 options_linux.cmake

0 comments on commit eee7fa0

Please sign in to comment.