mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move private folder.
This commit is contained in:
@@ -35,8 +35,8 @@ w/CVnbwQOw0g5GBwwFV3r0uTTvy44xx8XXxk+Qknu4eBCsmrAFNnAgMBAAE=\n\
|
||||
|
||||
extern const char *PrivateKey;
|
||||
extern const char *PrivateBetaKey;
|
||||
#include "../../../../TelegramPrivate/packer_private.h" // RSA PRIVATE KEYS for update signing
|
||||
#include "../../../../TelegramPrivate/alpha_private.h" // private key for alpha version file generation
|
||||
#include "../../../../DesktopPrivate/packer_private.h" // RSA PRIVATE KEYS for update signing
|
||||
#include "../../../../DesktopPrivate/alpha_private.h" // private key for alpha version file generation
|
||||
|
||||
QString countAlphaVersionSignature(quint64 version);
|
||||
|
||||
|
@@ -183,7 +183,7 @@ constexpr auto ApiHash = "344583e45741c457fe1862106095a5eb";
|
||||
#if (TDESKTOP_ALPHA_VERSION != 0)
|
||||
|
||||
// Private key for downloading closed alphas.
|
||||
#include "../../../TelegramPrivate/alpha_private.h"
|
||||
#include "../../../DesktopPrivate/alpha_private.h"
|
||||
|
||||
#else
|
||||
static const char *AlphaPrivateKey = "";
|
||||
|
Reference in New Issue
Block a user